COLOR #0F186C

HEX: #0F186C
RGB: (15,24,108)

Color info

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

RGB color model

#0F186C color RGB value is (15,24,108).

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

RGB channels and saturation

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

15
24
108

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

Portions of RGB colors in percentages

R + G + B =
15 + 24 + 108 = 147 (100%)
R 15 of 147 ~ 10.2%
G 24 of 147 ~ 16.33%
B 108 of 147 ~ 73.47%

%10.2
%16.33
%73.47

CMYK color model

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

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

CMYK percentages

%86.11
%77.78
%0
%57.65

Codes

Color #0F186C in popluar color models

0F186C
RGB1524108
HSL234°75.61%24.12%
HSB/HSV234°86.11%42.35%
CMYK86.11%77.78%0.00%
57.65%

Color #0F186C in popluar number systems.

HEX0F186C
Decimal1524108
Binary1111110001101100
Octal1730154

Shades and tints

Shades of #0F186C

#0F186C
(15,24,108)
#0E1663
(14,22,99)
#0D145A
(13,20,90)
#0C1251
(12,18,81)
#0B1048
(11,16,72)
#0A0E3F
(10,14,63)
#090C36
(9,12,54)
#080A2D
(8,10,45)
#070824
(7,8,36)
#06061B
(6,6,27)
#050412
(5,4,18)
#000000
(0,0,0)

Tints of #0F186C

#0F186C
(15,24,108)
#242D79
(36,45,121)
#394286
(57,66,134)
#4E5793
(78,87,147)
#636CA0
(99,108,160)
#7881AD
(120,129,173)
#8D96BA
(141,150,186)
#A2ABC7
(162,171,199)
#B7C0D4
(183,192,212)
#CCD5E1
(204,213,225)
#E1EAEE
(225,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F186C; }

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

This text font color is #0F186C.


Background Color

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

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

This div background color is #0F186C.


Border color

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

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

This div border color is #0F186C.


Opacity

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

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

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

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

This text has shadow with #0F186C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F186C on black background.


Color preview on white background

This text has color #0F186C on white background.



Black color preview on #0F186C background

This text has black color on #0F186C background.


White color preview on #0F186C background

This text has white color on #0F186C background.