COLOR #0F186B

HEX: #0F186B
RGB: (15,24,107)

Color info

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

RGB color model

#0F186B color RGB value is (15,24,107).

  • red value is 15;
  • green value is 24;
  • blue value is 107.
RGB:
(15,24,107)
(6%,9%,42%)

RGB channels and saturation

R 15 of 255 = 6%
G 24 of 255 = 9%
B 107 of 255 = 42%

15
24
107

R + G + B ~ 19%. #0F186B is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 24 + 107 = 146 (100%)
R 15 of 146 ~ 10.27%
G 24 of 146 ~ 16.44%
B 107 of 146 ~ 73.29%

%10.27
%16.44
%73.29

CMYK color model

#0F186B color CMYK value is (86,78,0,58).

  • cyan value is 85.98%
  • magenta value is 77.57%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(86,78,0,58)
C86M78Y0K58 
(86%,78%,0%,58%)
(0.86/0.78/0.00/0.58)	

CMYK percentages

%85.98
%77.57
%0
%58.04

Codes

Color #0F186B in popluar color models

0F186B
RGB1524107
HSL234°75.41%23.92%
HSB/HSV234°85.98%41.96%
CMYK85.98%77.57%0.00%
58.04%

Color #0F186B in popluar number systems.

HEX0F186B
Decimal1524107
Binary1111110001101011
Octal1730153

Shades and tints

Shades of #0F186B

#0F186B
(15,24,107)
#0E1662
(14,22,98)
#0D1459
(13,20,89)
#0C1250
(12,18,80)
#0B1047
(11,16,71)
#0A0E3E
(10,14,62)
#090C35
(9,12,53)
#080A2C
(8,10,44)
#070823
(7,8,35)
#06061A
(6,6,26)
#050411
(5,4,17)
#000000
(0,0,0)

Tints of #0F186B

#0F186B
(15,24,107)
#242D78
(36,45,120)
#394285
(57,66,133)
#4E5792
(78,87,146)
#636C9F
(99,108,159)
#7881AC
(120,129,172)
#8D96B9
(141,150,185)
#A2ABC6
(162,171,198)
#B7C0D3
(183,192,211)
#CCD5E0
(204,213,224)
#E1EAED
(225,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F186B color. Also use rgb(15,24,107) instead hex code.

Text Font Color

.myTextColor { color: #0F186B; }

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

This text font color is #0F186B.


Background Color

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

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

This div background color is #0F186B.


Border color

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

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

This div border color is #0F186B.


Opacity

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

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

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

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

This text has shadow with #0F186B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F186B on black background.


Color preview on white background

This text has color #0F186B on white background.



Black color preview on #0F186B background

This text has black color on #0F186B background.


White color preview on #0F186B background

This text has white color on #0F186B background.