COLOR #010C08

HEX: #010C08 RGB: (1,12,8)

Color info

#010C08 contains red, green and blue colors in about the same proportion. Web safe color of #010C08 is #000000 (or #000).

RGB color model

#010C08 color RGB value is (1,12,8).

RGB: (1,12,8) (0%, 5%, 3%)

RGB channels and saturation

R 1 of 255 = 0%
G 12 of 255 = 5%
B 8 of 255 = 3%

1
12
8

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

Portions of RGB colors in percentages

R + G + B = 1 + 12 + 8 = 21 (100%)
R 1 of 21 ~ 4.76%
G 12 of 21 ~ 57.14%
B 8 of 21 ~ 38.1'%

%57.14
%38.1

CMYK color model

#010C08 color CMYK value is (92,0,33,95).

  • cyan value is 91.67%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 95.29%
CMYK: (92,0,33,95) C92M0Y33K95 (92%,0%,33%,95%) (0.92/0.00/0.33/0.95) 

CMYK percentages

%91.67
%0
%33.33
%95.29

Codes

Color #010C08 in popluar color models

01 0C 08
RGB 1 12 8
HSL 158° 84.62% 2.55%
HSB/HSV 158° 91.67% 4.71%
CMYK 91.67% 0.00% 33.33%
95.29%

Color #010C08 in popluar number systems.

HEX 01 0C 08
Decimal 1 12 8
Binary 1 1100 1000
Octal 1 14 10

Shades and tints

Shades of #010C08

#010C08
(1,12,8)
#010B08
(1,11,8)
#010A08
(1,10,8)
#010908
(1,9,8)
#010808
(1,8,8)
#010708
(1,7,8)
#010608
(1,6,8)
#010508
(1,5,8)
#010408
(1,4,8)
#010308
(1,3,8)
#010208
(1,2,8)
#000000
(0,0,0)

Tints of #010C08

#010C08
(1,12,8)
#18221E
(24,34,30)
#2F3834
(47,56,52)
#464E4A
(70,78,74)
#5D6460
(93,100,96)
#747A76
(116,122,118)
#8B908C
(139,144,140)
#A2A6A2
(162,166,162)
#B9BCB8
(185,188,184)
#D0D2CE
(208,210,206)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010C08 color. Also use rgb(1,12,8) instead hex code.

Text Font Color

.myTextColor { color: #010C08; }

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

This text font color is #010C08.

Background Color

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

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

This div background color is #010C08.

Border color

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

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

This div border color is #010C08.

Opacity

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

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

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

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

This text has shadow with #010C08 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010C08.

Preview

Color preview on black background

This text has color #010C08 on black background.


Color preview on white background

This text has color #010C08 on white background.


Black color preview on #010C08 background

This text has black color on #010C08 background.


White color preview on #010C08 background

This text has white color on #010C08 background.


Related colors

Complementary color

Complementary color for #hex is #FEF3F7.


I love getcolorcode.com

Triadic colors

1 #08010C and #0C0801 with #010C08 are triadic colors.

2 #080C01 and #0C0108 with #010C08 are triadic colors.