COLOR #0F1A27

HEX: #0F1A27
RGB: (15,26,39)

Color info

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

RGB color model

#0F1A27 color RGB value is (15,26,39).

  • red value is 15;
  • green value is 26;
  • blue value is 39.
RGB:
(15,26,39)
(6%,10%,15%)

RGB channels and saturation

R 15 of 255 = 6%
G 26 of 255 = 10%
B 39 of 255 = 15%

15
26
39

R + G + B ~ 10%. #0F1A27 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 26 + 39 = 80 (100%)
R 15 of 80 ~ 18.75%
G 26 of 80 ~ 32.5%
B 39 of 80 ~ 48.75%

%18.75
%32.5
%48.75

CMYK color model

#0F1A27 color CMYK value is (62,33,0,85).

  • cyan value is 61.54%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(62,33,0,85)
C62M33Y0K85 
(62%,33%,0%,85%)
(0.62/0.33/0.00/0.85)	

CMYK percentages

%61.54
%33.33
%0
%84.71

Codes

Color #0F1A27 in popluar color models

0F1A27
RGB152639
HSL213°44.44%10.59%
HSB/HSV213°61.54%15.29%
CMYK61.54%33.33%0.00%
84.71%

Color #0F1A27 in popluar number systems.

HEX0F1A27
Decimal152639
Binary111111010100111
Octal173247

Shades and tints

Shades of #0F1A27

#0F1A27
(15,26,39)
#0E1824
(14,24,36)
#0D1621
(13,22,33)
#0C141E
(12,20,30)
#0B121B
(11,18,27)
#0A1018
(10,16,24)
#090E15
(9,14,21)
#080C12
(8,12,18)
#070A0F
(7,10,15)
#06080C
(6,8,12)
#050609
(5,6,9)
#000000
(0,0,0)

Tints of #0F1A27

#0F1A27
(15,26,39)
#242E3A
(36,46,58)
#39424D
(57,66,77)
#4E5660
(78,86,96)
#636A73
(99,106,115)
#787E86
(120,126,134)
#8D9299
(141,146,153)
#A2A6AC
(162,166,172)
#B7BABF
(183,186,191)
#CCCED2
(204,206,210)
#E1E2E5
(225,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1A27 color. Also use rgb(15,26,39) instead hex code.

Text Font Color

.myTextColor { color: #0F1A27; }

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

This text font color is #0F1A27.


Background Color

.myBgColor { background-color: #0F1A27; }

<div style="background-color:#0F1A27">Inner text</div>

This div background color is #0F1A27.


Border color

.myBorderColor { border: 1px solid #0F1A27; }

<div style="border:3px solid #0F1A27">Div</div>

This div border color is #0F1A27.


Opacity

.myOpacity80 { color: #0F1A27; opacity: 0.8; }

<p style="color:#0F1A27;opacity:0.8;">80%</p>

Text with #0F1A27 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 #0F1A27;}

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

This text has shadow with #0F1A27 color.

.textShadow {text-shadow: 3px 3px 1px #0F1A27, 3px 3px 1px red;}

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

This text has shadow with #0F1A27 primary color and red secondary color.


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

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

This text has shadow with #0F1A27 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1A27 on black background.


Color preview on white background

This text has color #0F1A27 on white background.



Black color preview on #0F1A27 background

This text has black color on #0F1A27 background.


White color preview on #0F1A27 background

This text has white color on #0F1A27 background.