COLOR #06133C

HEX: #06133C
RGB: (6,19,60)

Color info

#06133C contains red, green and blue colors in about the same proportion. Web safe color of #06133C is #000033 (or #003).

RGB color model

#06133C color RGB value is (6,19,60).

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

RGB channels and saturation

R 6 of 255 = 2%
G 19 of 255 = 7%
B 60 of 255 = 24%

6
19
60

R + G + B ~ 11%. #06133C is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 19 + 60 = 85 (100%)
R 6 of 85 ~ 7.06%
G 19 of 85 ~ 22.35%
B 60 of 85 ~ 70.59%

%22.35
%70.59

CMYK color model

#06133C color CMYK value is (90,68,0,76).

  • cyan value is 90.00%
  • magenta value is 68.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(90,68,0,76)
C90M68Y0K76 
(90%,68%,0%,76%)
(0.90/0.68/0.00/0.76)	

CMYK percentages

%90
%68.33
%0
%76.47

Codes

Color #06133C in popluar color models

06133C
RGB61960
HSL226°81.82%12.94%
HSB/HSV226°90.00%23.53%
CMYK90.00%68.33%0.00%
76.47%

Color #06133C in popluar number systems.

HEX06133C
Decimal61960
Binary11010011111100
Octal62374

Shades and tints

Shades of #06133C

#06133C
(6,19,60)
#061237
(6,18,55)
#061132
(6,17,50)
#06102D
(6,16,45)
#060F28
(6,15,40)
#060E23
(6,14,35)
#060D1E
(6,13,30)
#060C19
(6,12,25)
#060B14
(6,11,20)
#060A0F
(6,10,15)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #06133C

#06133C
(6,19,60)
#1C284D
(28,40,77)
#323D5E
(50,61,94)
#48526F
(72,82,111)
#5E6780
(94,103,128)
#747C91
(116,124,145)
#8A91A2
(138,145,162)
#A0A6B3
(160,166,179)
#B6BBC4
(182,187,196)
#CCD0D5
(204,208,213)
#E2E5E6
(226,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06133C color. Also use rgb(6,19,60) instead hex code.

Text Font Color

.myTextColor { color: #06133C; }

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

This text font color is #06133C.


Background Color

.myBgColor { background-color: #06133C; }

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

This div background color is #06133C.


Border color

.myBorderColor { border: 1px solid #06133C; }

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

This div border color is #06133C.


Opacity

.myOpacity80 { color: #06133C; opacity: 0.8; }

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

Text with #06133C 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 #06133C;}

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

This text has shadow with #06133C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06133C on black background.


Color preview on white background

This text has color #06133C on white background.



Black color preview on #06133C background

This text has black color on #06133C background.


White color preview on #06133C background

This text has white color on #06133C background.