COLOR #00012C

HEX: #00012C
RGB: (0,1,44)

Color info

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

RGB color model

#00012C color RGB value is (0,1,44).

  • red value is 0;
  • green value is 1;
  • blue value is 44.
RGB:
(0,1,44)
(0%,0%,17%)

RGB channels and saturation

R 0 of 255 = 0%
G 1 of 255 = 0%
B 44 of 255 = 17%

0
1
44

R + G + B ~ 6%. #00012C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 1 + 44 = 45 (100%)
R 0 of 45 ~ 0%
G 1 of 45 ~ 2.22%
B 44 of 45 ~ 97.78%

%97.78

CMYK color model

#00012C color CMYK value is (100,98,0,83).

  • cyan value is 100.00%
  • magenta value is 97.73%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(100,98,0,83)
C100M98Y0K83 
(100%,98%,0%,83%)
(1.00/0.98/0.00/0.83)	

CMYK percentages

%100
%97.73
%0
%82.75

Codes

Color #00012C in popluar color models

00012C
RGB0144
HSL239°100.00%8.63%
HSB/HSV239°100.00%17.25%
CMYK100.00%97.73%0.00%
82.75%

Color #00012C in popluar number systems.

HEX00012C
Decimal0144
Binary01101100
Octal0154

Shades and tints

Shades of #00012C

#00012C
(0,1,44)
#000128
(0,1,40)
#000124
(0,1,36)
#000120
(0,1,32)
#00011C
(0,1,28)
#000118
(0,1,24)
#000114
(0,1,20)
#000110
(0,1,16)
#00010C
(0,1,12)
#000108
(0,1,8)
#000104
(0,1,4)
#000000
(0,0,0)

Tints of #00012C

#00012C
(0,1,44)
#17183F
(23,24,63)
#2E2F52
(46,47,82)
#454665
(69,70,101)
#5C5D78
(92,93,120)
#73748B
(115,116,139)
#8A8B9E
(138,139,158)
#A1A2B1
(161,162,177)
#B8B9C4
(184,185,196)
#CFD0D7
(207,208,215)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00012C color. Also use rgb(0,1,44) instead hex code.

Text Font Color

.myTextColor { color: #00012C; }

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

This text font color is #00012C.


Background Color

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

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

This div background color is #00012C.


Border color

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

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

This div border color is #00012C.


Opacity

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

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

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

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

This text has shadow with #00012C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00012C on black background.


Color preview on white background

This text has color #00012C on white background.



Black color preview on #00012C background

This text has black color on #00012C background.


White color preview on #00012C background

This text has white color on #00012C background.