COLOR #001C08

HEX: #001C08
RGB: (0,28,8)

Color info

#001C08 contains only green and blue colors. Web safe color of #001C08 is #003300 (or #030).

RGB color model

#001C08 color RGB value is (0,28,8).

  • red value is 0;
  • green value is 28;
  • blue value is 8.
RGB:
(0,28,8)
(0%,11%,3%)

RGB channels and saturation

R 0 of 255 = 0%
G 28 of 255 = 11%
B 8 of 255 = 3%

0
28
8

R + G + B ~ 5%. #001C08 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 28 + 8 = 36 (100%)
R 0 of 36 ~ 0%
G 28 of 36 ~ 77.78%
B 8 of 36 ~ 22.22%

%77.78
%22.22

CMYK color model

#001C08 color CMYK value is (100,0,71,89).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 89.02%
CMYK:
(100,0,71,89)
C100M0Y71K89 
(100%,0%,71%,89%)
(1.00/0.00/0.71/0.89)	

CMYK percentages

%100
%0
%71.43
%89.02

Codes

Color #001C08 in popluar color models

001C08
RGB0288
HSL137°100.00%5.49%
HSB/HSV137°100.00%10.98%
CMYK100.00%0.00%71.43%
89.02%

Color #001C08 in popluar number systems.

HEX001C08
Decimal0288
Binary0111001000
Octal03410

Shades and tints

Shades of #001C08

#001C08
(0,28,8)
#001A08
(0,26,8)
#001808
(0,24,8)
#001608
(0,22,8)
#001408
(0,20,8)
#001208
(0,18,8)
#001008
(0,16,8)
#000E08
(0,14,8)
#000C08
(0,12,8)
#000A08
(0,10,8)
#000808
(0,8,8)
#000000
(0,0,0)

Tints of #001C08

#001C08
(0,28,8)
#17301E
(23,48,30)
#2E4434
(46,68,52)
#45584A
(69,88,74)
#5C6C60
(92,108,96)
#738076
(115,128,118)
#8A948C
(138,148,140)
#A1A8A2
(161,168,162)
#B8BCB8
(184,188,184)
#CFD0CE
(207,208,206)
#E6E4E4
(230,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001C08 color. Also use rgb(0,28,8) instead hex code.

Text Font Color

.myTextColor { color: #001C08; }

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

This text font color is #001C08.


Background Color

.myBgColor { background-color: #001C08; }

<div style="background-color:#001C08">Inner text</div>

This div background color is #001C08.


Border color

.myBorderColor { border: 1px solid #001C08; }

<div style="border:3px solid #001C08">Div</div>

This div border color is #001C08.


Opacity

.myOpacity80 { color: #001C08; opacity: 0.8; }

<p style="color:#001C08;opacity:0.8;">80%</p>

Text with #001C08 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 #001C08;}

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

This text has shadow with #001C08 color.

.textShadow {text-shadow: 3px 3px 1px #001C08, 3px 3px 1px red;}

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

This text has shadow with #001C08 primary color and red secondary color.


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

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

This text has shadow with #001C08 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001C08 on black background.


Color preview on white background

This text has color #001C08 on white background.



Black color preview on #001C08 background

This text has black color on #001C08 background.


White color preview on #001C08 background

This text has white color on #001C08 background.