COLOR #00132A

HEX: #00132A
RGB: (0,19,42)

Color info

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

RGB color model

#00132A color RGB value is (0,19,42).

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

RGB channels and saturation

R 0 of 255 = 0%
G 19 of 255 = 7%
B 42 of 255 = 16%

0
19
42

R + G + B ~ 8%. #00132A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 19 + 42 = 61 (100%)
R 0 of 61 ~ 0%
G 19 of 61 ~ 31.15%
B 42 of 61 ~ 68.85%

%31.15
%68.85

CMYK color model

#00132A color CMYK value is (100,55,0,84).

  • cyan value is 100.00%
  • magenta value is 54.76%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(100,55,0,84)
C100M55Y0K84 
(100%,55%,0%,84%)
(1.00/0.55/0.00/0.84)	

CMYK percentages

%100
%54.76
%0
%83.53

Codes

Color #00132A in popluar color models

00132A
RGB01942
HSL213°100.00%8.24%
HSB/HSV213°100.00%16.47%
CMYK100.00%54.76%0.00%
83.53%

Color #00132A in popluar number systems.

HEX00132A
Decimal01942
Binary010011101010
Octal02352

Shades and tints

Shades of #00132A

#00132A
(0,19,42)
#001227
(0,18,39)
#001124
(0,17,36)
#001021
(0,16,33)
#000F1E
(0,15,30)
#000E1B
(0,14,27)
#000D18
(0,13,24)
#000C15
(0,12,21)
#000B12
(0,11,18)
#000A0F
(0,10,15)
#00090C
(0,9,12)
#000000
(0,0,0)

Tints of #00132A

#00132A
(0,19,42)
#17283D
(23,40,61)
#2E3D50
(46,61,80)
#455263
(69,82,99)
#5C6776
(92,103,118)
#737C89
(115,124,137)
#8A919C
(138,145,156)
#A1A6AF
(161,166,175)
#B8BBC2
(184,187,194)
#CFD0D5
(207,208,213)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00132A color. Also use rgb(0,19,42) instead hex code.

Text Font Color

.myTextColor { color: #00132A; }

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

This text font color is #00132A.


Background Color

.myBgColor { background-color: #00132A; }

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

This div background color is #00132A.


Border color

.myBorderColor { border: 1px solid #00132A; }

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

This div border color is #00132A.


Opacity

.myOpacity80 { color: #00132A; opacity: 0.8; }

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

Text with #00132A 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 #00132A;}

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

This text has shadow with #00132A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00132A on black background.


Color preview on white background

This text has color #00132A on white background.



Black color preview on #00132A background

This text has black color on #00132A background.


White color preview on #00132A background

This text has white color on #00132A background.