COLOR #00132B

HEX: #00132B
RGB: (0,19,43)

Color info

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

RGB color model

#00132B color RGB value is (0,19,43).

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

RGB channels and saturation

R 0 of 255 = 0%
G 19 of 255 = 7%
B 43 of 255 = 17%

0
19
43

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

Portions of RGB colors in percentages

R + G + B =
0 + 19 + 43 = 62 (100%)
R 0 of 62 ~ 0%
G 19 of 62 ~ 30.65%
B 43 of 62 ~ 69.35%

%30.65
%69.35

CMYK color model

#00132B color CMYK value is (100,56,0,83).

  • cyan value is 100.00%
  • magenta value is 55.81%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(100,56,0,83)
C100M56Y0K83 
(100%,56%,0%,83%)
(1.00/0.56/0.00/0.83)	

CMYK percentages

%100
%55.81
%0
%83.14

Codes

Color #00132B in popluar color models

00132B
RGB01943
HSL213°100.00%8.43%
HSB/HSV213°100.00%16.86%
CMYK100.00%55.81%0.00%
83.14%

Color #00132B in popluar number systems.

HEX00132B
Decimal01943
Binary010011101011
Octal02353

Shades and tints

Shades of #00132B

#00132B
(0,19,43)
#001228
(0,18,40)
#001125
(0,17,37)
#001022
(0,16,34)
#000F1F
(0,15,31)
#000E1C
(0,14,28)
#000D19
(0,13,25)
#000C16
(0,12,22)
#000B13
(0,11,19)
#000A10
(0,10,16)
#00090D
(0,9,13)
#000000
(0,0,0)

Tints of #00132B

#00132B
(0,19,43)
#17283E
(23,40,62)
#2E3D51
(46,61,81)
#455264
(69,82,100)
#5C6777
(92,103,119)
#737C8A
(115,124,138)
#8A919D
(138,145,157)
#A1A6B0
(161,166,176)
#B8BBC3
(184,187,195)
#CFD0D6
(207,208,214)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00132B; }

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

This text font color is #00132B.


Background Color

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

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

This div background color is #00132B.


Border color

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

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

This div border color is #00132B.


Opacity

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

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

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

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

This text has shadow with #00132B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00132B on black background.


Color preview on white background

This text has color #00132B on white background.



Black color preview on #00132B background

This text has black color on #00132B background.


White color preview on #00132B background

This text has white color on #00132B background.