COLOR #06136D

HEX: #06136D
RGB: (6,19,109)

Color info

#06136D contains mainly blue color. Web safe color of #06136D is #000066 (or #006).

RGB color model

#06136D color RGB value is (6,19,109).

  • red value is 6;
  • green value is 19;
  • blue value is 109.
RGB:
(6,19,109)
(2%,7%,43%)

RGB channels and saturation

R 6 of 255 = 2%
G 19 of 255 = 7%
B 109 of 255 = 43%

6
19
109

R + G + B ~ 17%. #06136D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 19 + 109 = 134 (100%)
R 6 of 134 ~ 4.48%
G 19 of 134 ~ 14.18%
B 109 of 134 ~ 81.34%

%14.18
%81.34

CMYK color model

#06136D color CMYK value is (94,83,0,57).

  • cyan value is 94.50%
  • magenta value is 82.57%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(94,83,0,57)
C94M83Y0K57 
(94%,83%,0%,57%)
(0.94/0.83/0.00/0.57)	

CMYK percentages

%94.5
%82.57
%0
%57.25

Codes

Color #06136D in popluar color models

06136D
RGB619109
HSL232°89.57%22.55%
HSB/HSV232°94.50%42.75%
CMYK94.50%82.57%0.00%
57.25%

Color #06136D in popluar number systems.

HEX06136D
Decimal619109
Binary110100111101101
Octal623155

Shades and tints

Shades of #06136D

#06136D
(6,19,109)
#061264
(6,18,100)
#06115B
(6,17,91)
#061052
(6,16,82)
#060F49
(6,15,73)
#060E40
(6,14,64)
#060D37
(6,13,55)
#060C2E
(6,12,46)
#060B25
(6,11,37)
#060A1C
(6,10,28)
#060913
(6,9,19)
#000000
(0,0,0)

Tints of #06136D

#06136D
(6,19,109)
#1C287A
(28,40,122)
#323D87
(50,61,135)
#485294
(72,82,148)
#5E67A1
(94,103,161)
#747CAE
(116,124,174)
#8A91BB
(138,145,187)
#A0A6C8
(160,166,200)
#B6BBD5
(182,187,213)
#CCD0E2
(204,208,226)
#E2E5EF
(226,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06136D color. Also use rgb(6,19,109) instead hex code.

Text Font Color

.myTextColor { color: #06136D; }

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

This text font color is #06136D.


Background Color

.myBgColor { background-color: #06136D; }

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

This div background color is #06136D.


Border color

.myBorderColor { border: 1px solid #06136D; }

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

This div border color is #06136D.


Opacity

.myOpacity80 { color: #06136D; opacity: 0.8; }

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

Text with #06136D 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 #06136D;}

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

This text has shadow with #06136D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06136D on black background.


Color preview on white background

This text has color #06136D on white background.



Black color preview on #06136D background

This text has black color on #06136D background.


White color preview on #06136D background

This text has white color on #06136D background.