COLOR #00133C

HEX: #00133C
RGB: (0,19,60)

Color info

#00133C contains only green and blue colors. Web safe color of #00133C is #000033 (or #003).

RGB color model

#00133C color RGB value is (0,19,60).

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

RGB channels and saturation

R 0 of 255 = 0%
G 19 of 255 = 7%
B 60 of 255 = 24%

0
19
60

R + G + B ~ 10%. #00133C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 19 + 60 = 79 (100%)
R 0 of 79 ~ 0%
G 19 of 79 ~ 24.05%
B 60 of 79 ~ 75.95%

%24.05
%75.95

CMYK color model

#00133C color CMYK value is (100,68,0,76).

  • cyan value is 100.00%
  • magenta value is 68.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(100,68,0,76)
C100M68Y0K76 
(100%,68%,0%,76%)
(1.00/0.68/0.00/0.76)	

CMYK percentages

%100
%68.33
%0
%76.47

Codes

Color #00133C in popluar color models

00133C
RGB01960
HSL221°100.00%11.76%
HSB/HSV221°100.00%23.53%
CMYK100.00%68.33%0.00%
76.47%

Color #00133C in popluar number systems.

HEX00133C
Decimal01960
Binary010011111100
Octal02374

Shades and tints

Shades of #00133C

#00133C
(0,19,60)
#001237
(0,18,55)
#001132
(0,17,50)
#00102D
(0,16,45)
#000F28
(0,15,40)
#000E23
(0,14,35)
#000D1E
(0,13,30)
#000C19
(0,12,25)
#000B14
(0,11,20)
#000A0F
(0,10,15)
#00090A
(0,9,10)
#000000
(0,0,0)

Tints of #00133C

#00133C
(0,19,60)
#17284D
(23,40,77)
#2E3D5E
(46,61,94)
#45526F
(69,82,111)
#5C6780
(92,103,128)
#737C91
(115,124,145)
#8A91A2
(138,145,162)
#A1A6B3
(161,166,179)
#B8BBC4
(184,187,196)
#CFD0D5
(207,208,213)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00133C; }

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

This text font color is #00133C.


Background Color

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

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

This div background color is #00133C.


Border color

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

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

This div border color is #00133C.


Opacity

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

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

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

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

This text has shadow with #00133C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00133C on black background.


Color preview on white background

This text has color #00133C on white background.



Black color preview on #00133C background

This text has black color on #00133C background.


White color preview on #00133C background

This text has white color on #00133C background.