COLOR #00132D

HEX: #00132D
RGB: (0,19,45)

Color info

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

RGB color model

#00132D color RGB value is (0,19,45).

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

RGB channels and saturation

R 0 of 255 = 0%
G 19 of 255 = 7%
B 45 of 255 = 18%

0
19
45

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

Portions of RGB colors in percentages

R + G + B =
0 + 19 + 45 = 64 (100%)
R 0 of 64 ~ 0%
G 19 of 64 ~ 29.69%
B 45 of 64 ~ 70.31%

%29.69
%70.31

CMYK color model

#00132D color CMYK value is (100,58,0,82).

  • cyan value is 100.00%
  • magenta value is 57.78%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(100,58,0,82)
C100M58Y0K82 
(100%,58%,0%,82%)
(1.00/0.58/0.00/0.82)	

CMYK percentages

%100
%57.78
%0
%82.35

Codes

Color #00132D in popluar color models

00132D
RGB01945
HSL215°100.00%8.82%
HSB/HSV215°100.00%17.65%
CMYK100.00%57.78%0.00%
82.35%

Color #00132D in popluar number systems.

HEX00132D
Decimal01945
Binary010011101101
Octal02355

Shades and tints

Shades of #00132D

#00132D
(0,19,45)
#001229
(0,18,41)
#001125
(0,17,37)
#001021
(0,16,33)
#000F1D
(0,15,29)
#000E19
(0,14,25)
#000D15
(0,13,21)
#000C11
(0,12,17)
#000B0D
(0,11,13)
#000A09
(0,10,9)
#000905
(0,9,5)
#000000
(0,0,0)

Tints of #00132D

#00132D
(0,19,45)
#172840
(23,40,64)
#2E3D53
(46,61,83)
#455266
(69,82,102)
#5C6779
(92,103,121)
#737C8C
(115,124,140)
#8A919F
(138,145,159)
#A1A6B2
(161,166,178)
#B8BBC5
(184,187,197)
#CFD0D8
(207,208,216)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00132D; }

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

This text font color is #00132D.


Background Color

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

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

This div background color is #00132D.


Border color

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

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

This div border color is #00132D.


Opacity

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

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

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

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

This text has shadow with #00132D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00132D on black background.


Color preview on white background

This text has color #00132D on white background.



Black color preview on #00132D background

This text has black color on #00132D background.


White color preview on #00132D background

This text has white color on #00132D background.