COLOR #0F136B

HEX: #0F136B
RGB: (15,19,107)

Color info

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

RGB color model

#0F136B color RGB value is (15,19,107).

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

RGB channels and saturation

R 15 of 255 = 6%
G 19 of 255 = 7%
B 107 of 255 = 42%

15
19
107

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

Portions of RGB colors in percentages

R + G + B =
15 + 19 + 107 = 141 (100%)
R 15 of 141 ~ 10.64%
G 19 of 141 ~ 13.48%
B 107 of 141 ~ 75.89%

%10.64
%13.48
%75.89

CMYK color model

#0F136B color CMYK value is (86,82,0,58).

  • cyan value is 85.98%
  • magenta value is 82.24%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(86,82,0,58)
C86M82Y0K58 
(86%,82%,0%,58%)
(0.86/0.82/0.00/0.58)	

CMYK percentages

%85.98
%82.24
%0
%58.04

Codes

Color #0F136B in popluar color models

0F136B
RGB1519107
HSL237°75.41%23.92%
HSB/HSV237°85.98%41.96%
CMYK85.98%82.24%0.00%
58.04%

Color #0F136B in popluar number systems.

HEX0F136B
Decimal1519107
Binary1111100111101011
Octal1723153

Shades and tints

Shades of #0F136B

#0F136B
(15,19,107)
#0E1262
(14,18,98)
#0D1159
(13,17,89)
#0C1050
(12,16,80)
#0B0F47
(11,15,71)
#0A0E3E
(10,14,62)
#090D35
(9,13,53)
#080C2C
(8,12,44)
#070B23
(7,11,35)
#060A1A
(6,10,26)
#050911
(5,9,17)
#000000
(0,0,0)

Tints of #0F136B

#0F136B
(15,19,107)
#242878
(36,40,120)
#393D85
(57,61,133)
#4E5292
(78,82,146)
#63679F
(99,103,159)
#787CAC
(120,124,172)
#8D91B9
(141,145,185)
#A2A6C6
(162,166,198)
#B7BBD3
(183,187,211)
#CCD0E0
(204,208,224)
#E1E5ED
(225,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F136B; }

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

This text font color is #0F136B.


Background Color

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

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

This div background color is #0F136B.


Border color

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

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

This div border color is #0F136B.


Opacity

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

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

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

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

This text has shadow with #0F136B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F136B on black background.


Color preview on white background

This text has color #0F136B on white background.



Black color preview on #0F136B background

This text has black color on #0F136B background.


White color preview on #0F136B background

This text has white color on #0F136B background.