COLOR #0F147B

HEX: #0F147B
RGB: (15,20,123)

Color info

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

RGB color model

#0F147B color RGB value is (15,20,123).

  • red value is 15;
  • green value is 20;
  • blue value is 123.
RGB:
(15,20,123)
(6%,8%,48%)

RGB channels and saturation

R 15 of 255 = 6%
G 20 of 255 = 8%
B 123 of 255 = 48%

15
20
123

R + G + B ~ 21%. #0F147B is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 20 + 123 = 158 (100%)
R 15 of 158 ~ 9.49%
G 20 of 158 ~ 12.66%
B 123 of 158 ~ 77.85%

%12.66
%77.85

CMYK color model

#0F147B color CMYK value is (88,84,0,52).

  • cyan value is 87.80%
  • magenta value is 83.74%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(88,84,0,52)
C88M84Y0K52 
(88%,84%,0%,52%)
(0.88/0.84/0.00/0.52)	

CMYK percentages

%87.8
%83.74
%0
%51.76

Codes

Color #0F147B in popluar color models

0F147B
RGB1520123
HSL237°78.26%27.06%
HSB/HSV237°87.80%48.24%
CMYK87.80%83.74%0.00%
51.76%

Color #0F147B in popluar number systems.

HEX0F147B
Decimal1520123
Binary1111101001111011
Octal1724173

Shades and tints

Shades of #0F147B

#0F147B
(15,20,123)
#0E1370
(14,19,112)
#0D1265
(13,18,101)
#0C115A
(12,17,90)
#0B104F
(11,16,79)
#0A0F44
(10,15,68)
#090E39
(9,14,57)
#080D2E
(8,13,46)
#070C23
(7,12,35)
#060B18
(6,11,24)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #0F147B

#0F147B
(15,20,123)
#242987
(36,41,135)
#393E93
(57,62,147)
#4E539F
(78,83,159)
#6368AB
(99,104,171)
#787DB7
(120,125,183)
#8D92C3
(141,146,195)
#A2A7CF
(162,167,207)
#B7BCDB
(183,188,219)
#CCD1E7
(204,209,231)
#E1E6F3
(225,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F147B color. Also use rgb(15,20,123) instead hex code.

Text Font Color

.myTextColor { color: #0F147B; }

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

This text font color is #0F147B.


Background Color

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

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

This div background color is #0F147B.


Border color

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

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

This div border color is #0F147B.


Opacity

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

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

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

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

This text has shadow with #0F147B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F147B on black background.


Color preview on white background

This text has color #0F147B on white background.



Black color preview on #0F147B background

This text has black color on #0F147B background.


White color preview on #0F147B background

This text has white color on #0F147B background.