COLOR #001308

HEX: #001308
RGB: (0,19,8)

Color info

#001308 contains only green and blue colors. Web safe color of #001308 is #000000 (or #000).

RGB color model

#001308 color RGB value is (0,19,8).

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

RGB channels and saturation

R 0 of 255 = 0%
G 19 of 255 = 7%
B 8 of 255 = 3%

0
19
8

R + G + B ~ 3%. #001308 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 19 + 8 = 27 (100%)
R 0 of 27 ~ 0%
G 19 of 27 ~ 70.37%
B 8 of 27 ~ 29.63%

%70.37
%29.63

CMYK color model

#001308 color CMYK value is (100,0,58,93).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 57.89%
  • key color value is 92.55%
CMYK:
(100,0,58,93)
C100M0Y58K93 
(100%,0%,58%,93%)
(1.00/0.00/0.58/0.93)	

CMYK percentages

%100
%0
%57.89
%92.55

Codes

Color #001308 in popluar color models

001308
RGB0198
HSL145°100.00%3.73%
HSB/HSV145°100.00%7.45%
CMYK100.00%0.00%57.89%
92.55%

Color #001308 in popluar number systems.

HEX001308
Decimal0198
Binary0100111000
Octal02310

Shades and tints

Shades of #001308

#001308
(0,19,8)
#001208
(0,18,8)
#001108
(0,17,8)
#001008
(0,16,8)
#000F08
(0,15,8)
#000E08
(0,14,8)
#000D08
(0,13,8)
#000C08
(0,12,8)
#000B08
(0,11,8)
#000A08
(0,10,8)
#000908
(0,9,8)
#000000
(0,0,0)

Tints of #001308

#001308
(0,19,8)
#17281E
(23,40,30)
#2E3D34
(46,61,52)
#45524A
(69,82,74)
#5C6760
(92,103,96)
#737C76
(115,124,118)
#8A918C
(138,145,140)
#A1A6A2
(161,166,162)
#B8BBB8
(184,187,184)
#CFD0CE
(207,208,206)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001308; }

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

This text font color is #001308.


Background Color

.myBgColor { background-color: #001308; }

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

This div background color is #001308.


Border color

.myBorderColor { border: 1px solid #001308; }

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

This div border color is #001308.


Opacity

.myOpacity80 { color: #001308; opacity: 0.8; }

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

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

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

This text has shadow with #001308 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001308 on black background.


Color preview on white background

This text has color #001308 on white background.



Black color preview on #001308 background

This text has black color on #001308 background.


White color preview on #001308 background

This text has white color on #001308 background.