COLOR #0F134D

HEX: #0F134D
RGB: (15,19,77)

Color info

#0F134D contains mainly green and blue colors. Web safe color of #0F134D is #000033 (or #003).

RGB color model

#0F134D color RGB value is (15,19,77).

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

RGB channels and saturation

R 15 of 255 = 6%
G 19 of 255 = 7%
B 77 of 255 = 30%

15
19
77

R + G + B ~ 14%. #0F134D is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 19 + 77 = 111 (100%)
R 15 of 111 ~ 13.51%
G 19 of 111 ~ 17.12%
B 77 of 111 ~ 69.37%

%13.51
%17.12
%69.37

CMYK color model

#0F134D color CMYK value is (81,75,0,70).

  • cyan value is 80.52%
  • magenta value is 75.32%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(81,75,0,70)
C81M75Y0K70 
(81%,75%,0%,70%)
(0.81/0.75/0.00/0.70)	

CMYK percentages

%80.52
%75.32
%0
%69.8

Codes

Color #0F134D in popluar color models

0F134D
RGB151977
HSL236°67.39%18.04%
HSB/HSV236°80.52%30.20%
CMYK80.52%75.32%0.00%
69.80%

Color #0F134D in popluar number systems.

HEX0F134D
Decimal151977
Binary1111100111001101
Octal1723115

Shades and tints

Shades of #0F134D

#0F134D
(15,19,77)
#0E1246
(14,18,70)
#0D113F
(13,17,63)
#0C1038
(12,16,56)
#0B0F31
(11,15,49)
#0A0E2A
(10,14,42)
#090D23
(9,13,35)
#080C1C
(8,12,28)
#070B15
(7,11,21)
#060A0E
(6,10,14)
#050907
(5,9,7)
#000000
(0,0,0)

Tints of #0F134D

#0F134D
(15,19,77)
#24285D
(36,40,93)
#393D6D
(57,61,109)
#4E527D
(78,82,125)
#63678D
(99,103,141)
#787C9D
(120,124,157)
#8D91AD
(141,145,173)
#A2A6BD
(162,166,189)
#B7BBCD
(183,187,205)
#CCD0DD
(204,208,221)
#E1E5ED
(225,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F134D; }

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

This text font color is #0F134D.


Background Color

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

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

This div background color is #0F134D.


Border color

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

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

This div border color is #0F134D.


Opacity

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

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

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

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

This text has shadow with #0F134D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F134D on black background.


Color preview on white background

This text has color #0F134D on white background.



Black color preview on #0F134D background

This text has black color on #0F134D background.


White color preview on #0F134D background

This text has white color on #0F134D background.