COLOR #010A15

HEX: #010A15 RGB: (1,10,21)

Color info

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

RGB color model

#010A15 color RGB value is (1,10,21).

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

RGB channels and saturation

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

1
10
21

R + G + B ~ 4%. #010A15 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 10 + 21 = 32 (100%)
R 1 of 32 ~ 3.13%
G 10 of 32 ~ 31.25%
B 21 of 32 ~ 65.63'%

%31.25
%65.63

CMYK color model

#010A15 color CMYK value is (95,52,0,92).

  • cyan value is 95.24%
  • magenta value is 52.38%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK: (95,52,0,92) C95M52Y0K92 (95%,52%,0%,92%) (0.95/0.52/0.00/0.92) 

CMYK percentages

%95.24
%52.38
%0
%91.76

Codes

Color #010A15 in popluar color models

01 0A 15
RGB 1 10 21
HSL 213° 90.91% 4.31%
HSB/HSV 213° 95.24% 8.24%
CMYK 95.24% 52.38% 0.00%
91.76%

Color #010A15 in popluar number systems.

HEX 01 0A 15
Decimal 1 10 21
Binary 1 1010 10101
Octal 1 12 25

Shades and tints

Shades of #010A15

#010A15
(1,10,21)
#010A14
(1,10,20)
#010A13
(1,10,19)
#010A12
(1,10,18)
#010A11
(1,10,17)
#010A10
(1,10,16)
#010A0F
(1,10,15)
#010A0E
(1,10,14)
#010A0D
(1,10,13)
#010A0C
(1,10,12)
#010A0B
(1,10,11)
#000000
(0,0,0)

Tints of #010A15

#010A15
(1,10,21)
#18202A
(24,32,42)
#2F363F
(47,54,63)
#464C54
(70,76,84)
#5D6269
(93,98,105)
#74787E
(116,120,126)
#8B8E93
(139,142,147)
#A2A4A8
(162,164,168)
#B9BABD
(185,186,189)
#D0D0D2
(208,208,210)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010A15; }

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

This text font color is #010A15.

Background Color

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

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

This div background color is #010A15.

Border color

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

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

This div border color is #010A15.

Opacity

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

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

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

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

This text has shadow with #010A15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010A15.

Preview

Color preview on black background

This text has color #010A15 on black background.


Color preview on white background

This text has color #010A15 on white background.


Black color preview on #010A15 background

This text has black color on #010A15 background.


White color preview on #010A15 background

This text has white color on #010A15 background.


Related colors

Complementary color

Complementary color for #hex is #FEF5EA.


I love getcolorcode.com

Triadic colors

1 #15010A and #0A1501 with #010A15 are triadic colors.

2 #150A01 and #0A0115 with #010A15 are triadic colors.