COLOR #0F084D

HEX: #0F084D
RGB: (15,8,77)

Color info

#0F084D contains mainly blue color. Web safe color of #0F084D is #000033 (or #003).

RGB color model

#0F084D color RGB value is (15,8,77).

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

RGB channels and saturation

R 15 of 255 = 6%
G 8 of 255 = 3%
B 77 of 255 = 30%

15
8
77

R + G + B ~ 13%. #0F084D is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 8 + 77 = 100 (100%)
R 15 of 100 ~ 15%
G 8 of 100 ~ 8%
B 77 of 100 ~ 77%

%15
%77

CMYK color model

#0F084D color CMYK value is (81,90,0,70).

  • cyan value is 80.52%
  • magenta value is 89.61%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(81,90,0,70)
C81M90Y0K70 
(81%,90%,0%,70%)
(0.81/0.90/0.00/0.70)	

CMYK percentages

%80.52
%89.61
%0
%69.8

Codes

Color #0F084D in popluar color models

0F084D
RGB15877
HSL246°81.18%16.67%
HSB/HSV246°89.61%30.20%
CMYK80.52%89.61%0.00%
69.80%

Color #0F084D in popluar number systems.

HEX0F084D
Decimal15877
Binary111110001001101
Octal1710115

Shades and tints

Shades of #0F084D

#0F084D
(15,8,77)
#0E0846
(14,8,70)
#0D083F
(13,8,63)
#0C0838
(12,8,56)
#0B0831
(11,8,49)
#0A082A
(10,8,42)
#090823
(9,8,35)
#08081C
(8,8,28)
#070815
(7,8,21)
#06080E
(6,8,14)
#050807
(5,8,7)
#000000
(0,0,0)

Tints of #0F084D

#0F084D
(15,8,77)
#241E5D
(36,30,93)
#39346D
(57,52,109)
#4E4A7D
(78,74,125)
#63608D
(99,96,141)
#78769D
(120,118,157)
#8D8CAD
(141,140,173)
#A2A2BD
(162,162,189)
#B7B8CD
(183,184,205)
#CCCEDD
(204,206,221)
#E1E4ED
(225,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F084D; }

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

This text font color is #0F084D.


Background Color

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

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

This div background color is #0F084D.


Border color

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

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

This div border color is #0F084D.


Opacity

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

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

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

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

This text has shadow with #0F084D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F084D on black background.


Color preview on white background

This text has color #0F084D on white background.



Black color preview on #0F084D background

This text has black color on #0F084D background.


White color preview on #0F084D background

This text has white color on #0F084D background.