COLOR #010F1F

HEX: #010F1F
RGB: (1,15,31)

Color info

#010F1F contains red, green and blue colors in about the same proportion. Web safe color of #010F1F is #000033 (or #003).

RGB color model

#010F1F color RGB value is (1,15,31).

  • red value is 1;
  • green value is 15;
  • blue value is 31.
RGB:
(1,15,31)
(0%,6%,12%)

RGB channels and saturation

R 1 of 255 = 0%
G 15 of 255 = 6%
B 31 of 255 = 12%

1
15
31

R + G + B ~ 6%. #010F1F is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 15 + 31 = 47 (100%)
R 1 of 47 ~ 2.13%
G 15 of 47 ~ 31.91%
B 31 of 47 ~ 65.96%

%31.91
%65.96

CMYK color model

#010F1F color CMYK value is (97,52,0,88).

  • cyan value is 96.77%
  • magenta value is 51.61%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(97,52,0,88)
C97M52Y0K88 
(97%,52%,0%,88%)
(0.97/0.52/0.00/0.88)	

CMYK percentages

%96.77
%51.61
%0
%87.84

Codes

Color #010F1F in popluar color models

010F1F
RGB11531
HSL212°93.75%6.27%
HSB/HSV212°96.77%12.16%
CMYK96.77%51.61%0.00%
87.84%

Color #010F1F in popluar number systems.

HEX010F1F
Decimal11531
Binary1111111111
Octal11737

Shades and tints

Shades of #010F1F

#010F1F
(1,15,31)
#010E1D
(1,14,29)
#010D1B
(1,13,27)
#010C19
(1,12,25)
#010B17
(1,11,23)
#010A15
(1,10,21)
#010913
(1,9,19)
#010811
(1,8,17)
#01070F
(1,7,15)
#01060D
(1,6,13)
#01050B
(1,5,11)
#000000
(0,0,0)

Tints of #010F1F

#010F1F
(1,15,31)
#182433
(24,36,51)
#2F3947
(47,57,71)
#464E5B
(70,78,91)
#5D636F
(93,99,111)
#747883
(116,120,131)
#8B8D97
(139,141,151)
#A2A2AB
(162,162,171)
#B9B7BF
(185,183,191)
#D0CCD3
(208,204,211)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010F1F; }

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

This text font color is #010F1F.


Background Color

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

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

This div background color is #010F1F.


Border color

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

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

This div border color is #010F1F.


Opacity

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

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

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

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

This text has shadow with #010F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010F1F on black background.


Color preview on white background

This text has color #010F1F on white background.



Black color preview on #010F1F background

This text has black color on #010F1F background.


White color preview on #010F1F background

This text has white color on #010F1F background.