COLOR #0F106E

HEX: #0F106E
RGB: (15,16,110)

Color info

#0F106E contains mainly blue color. Web safe color of #0F106E is #000066 (or #006).

RGB color model

#0F106E color RGB value is (15,16,110).

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

RGB channels and saturation

R 15 of 255 = 6%
G 16 of 255 = 6%
B 110 of 255 = 43%

15
16
110

R + G + B ~ 18%. #0F106E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 16 + 110 = 141 (100%)
R 15 of 141 ~ 10.64%
G 16 of 141 ~ 11.35%
B 110 of 141 ~ 78.01%

%10.64
%11.35
%78.01

CMYK color model

#0F106E color CMYK value is (86,85,0,57).

  • cyan value is 86.36%
  • magenta value is 85.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(86,85,0,57)
C86M85Y0K57 
(86%,85%,0%,57%)
(0.86/0.85/0.00/0.57)	

CMYK percentages

%86.36
%85.45
%0
%56.86

Codes

Color #0F106E in popluar color models

0F106E
RGB1516110
HSL239°76.00%24.51%
HSB/HSV239°86.36%43.14%
CMYK86.36%85.45%0.00%
56.86%

Color #0F106E in popluar number systems.

HEX0F106E
Decimal1516110
Binary1111100001101110
Octal1720156

Shades and tints

Shades of #0F106E

#0F106E
(15,16,110)
#0E0F64
(14,15,100)
#0D0E5A
(13,14,90)
#0C0D50
(12,13,80)
#0B0C46
(11,12,70)
#0A0B3C
(10,11,60)
#090A32
(9,10,50)
#080928
(8,9,40)
#07081E
(7,8,30)
#060714
(6,7,20)
#05060A
(5,6,10)
#000000
(0,0,0)

Tints of #0F106E

#0F106E
(15,16,110)
#24257B
(36,37,123)
#393A88
(57,58,136)
#4E4F95
(78,79,149)
#6364A2
(99,100,162)
#7879AF
(120,121,175)
#8D8EBC
(141,142,188)
#A2A3C9
(162,163,201)
#B7B8D6
(183,184,214)
#CCCDE3
(204,205,227)
#E1E2F0
(225,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F106E; }

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

This text font color is #0F106E.


Background Color

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

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

This div background color is #0F106E.


Border color

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

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

This div border color is #0F106E.


Opacity

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

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

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

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

This text has shadow with #0F106E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F106E on black background.


Color preview on white background

This text has color #0F106E on white background.



Black color preview on #0F106E background

This text has black color on #0F106E background.


White color preview on #0F106E background

This text has white color on #0F106E background.