COLOR #010A08

HEX: #010A08 RGB: (1,10,8)

Color info

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

RGB color model

#010A08 color RGB value is (1,10,8).

RGB: (1,10,8) (0%, 4%, 3%)

RGB channels and saturation

R 1 of 255 = 0%
G 10 of 255 = 4%
B 8 of 255 = 3%

1
10
8

R + G + B ~ 2%. #010A08 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 10 + 8 = 19 (100%)
R 1 of 19 ~ 5.26%
G 10 of 19 ~ 52.63%
B 8 of 19 ~ 42.11'%

%52.63
%42.11

CMYK color model

#010A08 color CMYK value is (90,0,20,96).

  • cyan value is 90.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 96.08%

CMYK: (90,0,20,96)
C90M0Y20K96 (90%, 0%, 20%, 96%)
(0.90 / 0.00 / 0.20 / 0.96)

CMYK percentages

%90
%0
%20
%96.08

Codes

Color #010A08 in popluar color models

01 0A 08
RGB 1 10 8
HSL 167° 81.82% 2.16%
HSB/HSV 167° 90.00% 3.92%
CMYK 90.00% 0.00% 20.00%
96.08%

Color #010A08 in popluar number systems.

HEX 01 0A 08
Decimal 1 10 8
Binary 1 1010 1000
Octal 1 12 10

Shades and tints

Tints of #010A08

#010A08
(1,10,8)
#18201E
(24,32,30)
#2F3634
(47,54,52)
#464C4A
(70,76,74)
#5D6260
(93,98,96)
#747876
(116,120,118)
#8B8E8C
(139,142,140)
#A2A4A2
(162,164,162)
#B9BAB8
(185,186,184)
#D0D0CE
(208,208,206)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010A08; }

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

This text font color is #010A08.

Background Color

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

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

This div background color is #010A08.

Border color

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

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

This div border color is #010A08.

Opacity

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

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

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

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

This text has shadow with #010A08 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010A08.

Preview

Color preview on black background

This text has color #010A08 on black background.


Color preview on white background

This text has color #010A08 on white background.


Black color preview on #010A08 background

This text has black color on #010A08 background.


White color preview on #010A08 background

This text has white color on #010A08 background.


Related colors

Complementary color

Complementary color for #hex is #FEF5F7.


I love getcolorcode.com

Triadic colors

1 #08010A and #0A0801 with #010A08 are triadic colors.

2 #080A01 and #0A0108 with #010A08 are triadic colors.