COLOR #013596

HEX: #013596
RGB: (1,53,150)

Renk bilgisi

#013596 contains mainly blue color. #013596 ‘ nin web güvenlik rengi #003399 (ya da #039) dir.

RGB renk modeli

#013596 color RGB value is (1,53,150).

  • kırmız ton 1;
  • yeşil ton 53;
  • mavi ton 150.
RGB:
(1,53,150)
(0%,21%,59%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 53 of 255 = 21%
B 150 of 255 = 59%

1
53
150

R + G + B ~ 27%. #013596 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 53 + 150 = 204 (100%)
R 1 of 204 ~ 0.49%
G 53 of 204 ~ 25.98%
B 150 of 204 ~ 73.53%

%25.98
%73.53

CMYK RENK MODELİ

#013596 rengi CMYK tonu (99,65,0,41).

  • camgöbeği tonu 99.33%
  • eflatun tonu 64.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(99,65,0,41)
C99M65Y0K41 
(99%,65%,0%,41%)
(0.99/0.65/0.00/0.41)	

CMYK yüzdeleri

%99.33
%64.67
%0
%41.18

Codes

Color #013596 in popluar color models

013596
RGB153150
HSL219°98.68%29.61%
HSB/HSV219°99.33%58.82%
CMYK99.33%64.67%0.00%
41.18%

Color #013596 in popluar number systems.

HEX013596
Decimal153150
Binary111010110010110
Octal165226

Shades and tints

Shades of #013596

#013596
(1,53,150)
#013189
(1,49,137)
#012D7C
(1,45,124)
#01296F
(1,41,111)
#012562
(1,37,98)
#012155
(1,33,85)
#011D48
(1,29,72)
#01193B
(1,25,59)
#01152E
(1,21,46)
#011121
(1,17,33)
#010D14
(1,13,20)
#000000
(0,0,0)

Tints of #013596

#013596
(1,53,150)
#18479F
(24,71,159)
#2F59A8
(47,89,168)
#466BB1
(70,107,177)
#5D7DBA
(93,125,186)
#748FC3
(116,143,195)
#8BA1CC
(139,161,204)
#A2B3D5
(162,179,213)
#B9C5DE
(185,197,222)
#D0D7E7
(208,215,231)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013596 color. Also use rgb(1,53,150) instead hex code.

Text Font Color

.myTextColor { color: #013596; }

<p style="color:#013596">This sample text font color is #013596.</p>

This text font color is #013596.


Background Color

.myBgColor { background-color: #013596; }

<div style="background-color:#013596">Inner text</div>

This div background color is #013596.


Border color

.myBorderColor { border: 1px solid #013596; }

<div style="border:3px solid #013596">Div</div>

This div border color is #013596.


Opacity

.myOpacity80 { color: #013596; opacity: 0.8; }

<p style="color:#013596;opacity:0.8;">80%</p>

Text with #013596 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #013596;}

<p style="text-shadow: 3px 3px 1px #013596">Text here.</p>

This text has shadow with #013596 color.

.textShadow {text-shadow: 3px 3px 1px #013596, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #013596, 5px 5px 20px red">Text here.</p>

This text has shadow with #013596 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#013596, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#013596, Direction=45, Strength=4)">Text</p>

This text has shadow with #013596 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #013596;
  -webkit-box-shadow:	1px 1px 3px 2px #013596;
  box-shadow:		1px 1px 3px 2px #013596;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #013596;
-webkit-box-shadow: 1px 1px 3px 2px #013596;
box-shadow:1px 1px 3px 2px #013596;">
Div content here</div>
This div box has shadow with color #013596.

Preview

Color preview on black background

This text has color #013596 on black background.


Color preview on white background

This text has color #013596 on white background.



Black color preview on #013596 background

This text has black color on #013596 background.


White color preview on #013596 background

This text has white color on #013596 background.