COLOR #0F102E

HEX: #0F102E
RGB: (15,16,46)

Color info

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

RGB color model

#0F102E color RGB value is (15,16,46).

  • red value is 15;
  • green value is 16;
  • blue value is 46.
RGB:
(15,16,46)
(6%,6%,18%)

RGB channels and saturation

R 15 of 255 = 6%
G 16 of 255 = 6%
B 46 of 255 = 18%

15
16
46

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

Portions of RGB colors in percentages

R + G + B =
15 + 16 + 46 = 77 (100%)
R 15 of 77 ~ 19.48%
G 16 of 77 ~ 20.78%
B 46 of 77 ~ 59.74%

%19.48
%20.78
%59.74

CMYK color model

#0F102E color CMYK value is (67,65,0,82).

  • cyan value is 67.39%
  • magenta value is 65.22%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(67,65,0,82)
C67M65Y0K82 
(67%,65%,0%,82%)
(0.67/0.65/0.00/0.82)	

CMYK percentages

%67.39
%65.22
%0
%81.96

Codes

Color #0F102E in popluar color models

0F102E
RGB151646
HSL238°50.82%11.96%
HSB/HSV238°67.39%18.04%
CMYK67.39%65.22%0.00%
81.96%

Color #0F102E in popluar number systems.

HEX0F102E
Decimal151646
Binary111110000101110
Octal172056

Shades and tints

Shades of #0F102E

#0F102E
(15,16,46)
#0E0F2A
(14,15,42)
#0D0E26
(13,14,38)
#0C0D22
(12,13,34)
#0B0C1E
(11,12,30)
#0A0B1A
(10,11,26)
#090A16
(9,10,22)
#080912
(8,9,18)
#07080E
(7,8,14)
#06070A
(6,7,10)
#050606
(5,6,6)
#000000
(0,0,0)

Tints of #0F102E

#0F102E
(15,16,46)
#242541
(36,37,65)
#393A54
(57,58,84)
#4E4F67
(78,79,103)
#63647A
(99,100,122)
#78798D
(120,121,141)
#8D8EA0
(141,142,160)
#A2A3B3
(162,163,179)
#B7B8C6
(183,184,198)
#CCCDD9
(204,205,217)
#E1E2EC
(225,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F102E color. Also use rgb(15,16,46) instead hex code.

Text Font Color

.myTextColor { color: #0F102E; }

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

This text font color is #0F102E.


Background Color

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

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

This div background color is #0F102E.


Border color

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

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

This div border color is #0F102E.


Opacity

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

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

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

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

This text has shadow with #0F102E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F102E on black background.


Color preview on white background

This text has color #0F102E on white background.



Black color preview on #0F102E background

This text has black color on #0F102E background.


White color preview on #0F102E background

This text has white color on #0F102E background.