COLOR #0F478F

HEX: #0F478F
RGB: (15,71,143)

Color info

#0F478F contains mainly blue color. Web safe color of #0F478F is #003399 (or #039).

RGB color model

#0F478F color RGB value is (15,71,143).

  • red value is 15;
  • green value is 71;
  • blue value is 143.
RGB:
(15,71,143)
(6%,28%,56%)

RGB channels and saturation

R 15 of 255 = 6%
G 71 of 255 = 28%
B 143 of 255 = 56%

15
71
143

R + G + B ~ 30%. #0F478F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 71 + 143 = 229 (100%)
R 15 of 229 ~ 6.55%
G 71 of 229 ~ 31%
B 143 of 229 ~ 62.45%

%31
%62.45

CMYK color model

#0F478F color CMYK value is (90,50,0,44).

  • cyan value is 89.51%
  • magenta value is 50.35%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(90,50,0,44)
C90M50Y0K44 
(90%,50%,0%,44%)
(0.90/0.50/0.00/0.44)	

CMYK percentages

%89.51
%50.35
%0
%43.92

Codes

Color #0F478F in popluar color models

0F478F
RGB1571143
HSL214°81.01%30.98%
HSB/HSV214°89.51%56.08%
CMYK89.51%50.35%0.00%
43.92%

Color #0F478F in popluar number systems.

HEX0F478F
Decimal1571143
Binary1111100011110001111
Octal17107217

Shades and tints

Shades of #0F478F

#0F478F
(15,71,143)
#0E4182
(14,65,130)
#0D3B75
(13,59,117)
#0C3568
(12,53,104)
#0B2F5B
(11,47,91)
#0A294E
(10,41,78)
#092341
(9,35,65)
#081D34
(8,29,52)
#071727
(7,23,39)
#06111A
(6,17,26)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #0F478F

#0F478F
(15,71,143)
#245799
(36,87,153)
#3967A3
(57,103,163)
#4E77AD
(78,119,173)
#6387B7
(99,135,183)
#7897C1
(120,151,193)
#8DA7CB
(141,167,203)
#A2B7D5
(162,183,213)
#B7C7DF
(183,199,223)
#CCD7E9
(204,215,233)
#E1E7F3
(225,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F478F color. Also use rgb(15,71,143) instead hex code.

Text Font Color

.myTextColor { color: #0F478F; }

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

This text font color is #0F478F.


Background Color

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

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

This div background color is #0F478F.


Border color

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

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

This div border color is #0F478F.


Opacity

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

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

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

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

This text has shadow with #0F478F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F478F on black background.


Color preview on white background

This text has color #0F478F on white background.



Black color preview on #0F478F background

This text has black color on #0F478F background.


White color preview on #0F478F background

This text has white color on #0F478F background.