COLOR #010F19

HEX: #010F19 RGB: (1,15,25)

Color info

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

RGB color model

#010F19 color RGB value is (1,15,25).

RGB: (1,15,25) (0%, 6%, 10%)

RGB channels and saturation

R 1 of 255 = 0%
G 15 of 255 = 6%
B 25 of 255 = 10%

1
15
25

R + G + B ~ 5%. #010F19 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 15 + 25 = 41 (100%)
R 1 of 41 ~ 2.44%
G 15 of 41 ~ 36.59%
B 25 of 41 ~ 60.98'%

%36.59
%60.98

CMYK color model

#010F19 color CMYK value is (96,40,0,90).

  • cyan value is 96.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (96,40,0,90)
C96M40Y0K90 (96%, 40%, 0%, 90%)
(0.96 / 0.40 / 0.00 / 0.90)

CMYK percentages

%96
%40
%0
%90.2

Codes

Color #010F19 in popluar color models

01 0F 19
RGB 1 15 25
HSL 205° 92.31% 5.10%
HSB/HSV 205° 96.00% 9.80%
CMYK 96.00% 40.00% 0.00%
90.20%

Color #010F19 in popluar number systems.

HEX 01 0F 19
Decimal 1 15 25
Binary 1 1111 11001
Octal 1 17 31

Shades and tints

Shades of #010F19

#010F19
(1,15,25)
#010E17
(1,14,23)
#010D15
(1,13,21)
#010C13
(1,12,19)
#010B11
(1,11,17)
#010A0F
(1,10,15)
#01090D
(1,9,13)
#01080B
(1,8,11)
#010709
(1,7,9)
#010607
(1,6,7)
#010505
(1,5,5)
#000000
(0,0,0)

Tints of #010F19

#010F19
(1,15,25)
#18242D
(24,36,45)
#2F3941
(47,57,65)
#464E55
(70,78,85)
#5D6369
(93,99,105)
#74787D
(116,120,125)
#8B8D91
(139,141,145)
#A2A2A5
(162,162,165)
#B9B7B9
(185,183,185)
#D0CCCD
(208,204,205)
#E7E1E1
(231,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010F19 color. Also use rgb(1,15,25) instead hex code.

Text Font Color

.myTextColor { color: #010F19; }

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

This text font color is #010F19.

Background Color

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

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

This div background color is #010F19.

Border color

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

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

This div border color is #010F19.

Opacity

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

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

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

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

This text has shadow with #010F19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010F19.

Preview

Color preview on black background

This text has color #010F19 on black background.


Color preview on white background

This text has color #010F19 on white background.


Black color preview on #010F19 background

This text has black color on #010F19 background.


White color preview on #010F19 background

This text has white color on #010F19 background.


Related colors

Complementary color

Complementary color for #hex is #FEF0E6.


I love getcolorcode.com

Triadic colors

1 #19010F and #0F1901 with #010F19 are triadic colors.

2 #190F01 and #0F0119 with #010F19 are triadic colors.