COLOR #0F4275

HEX: #0F4275
RGB: (15,66,117)

Color info

#0F4275 contains mainly green and blue colors. Web safe color of #0F4275 is #003366 (or #036).

RGB color model

#0F4275 color RGB value is (15,66,117).

  • red value is 15;
  • green value is 66;
  • blue value is 117.
RGB:
(15,66,117)
(6%,26%,46%)

RGB channels and saturation

R 15 of 255 = 6%
G 66 of 255 = 26%
B 117 of 255 = 46%

15
66
117

R + G + B ~ 26%. #0F4275 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 66 + 117 = 198 (100%)
R 15 of 198 ~ 7.58%
G 66 of 198 ~ 33.33%
B 117 of 198 ~ 59.09%

%33.33
%59.09

CMYK color model

#0F4275 color CMYK value is (87,44,0,54).

  • cyan value is 87.18%
  • magenta value is 43.59%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(87,44,0,54)
C87M44Y0K54 
(87%,44%,0%,54%)
(0.87/0.44/0.00/0.54)	

CMYK percentages

%87.18
%43.59
%0
%54.12

Codes

Color #0F4275 in popluar color models

0F4275
RGB1566117
HSL210°77.27%25.88%
HSB/HSV210°87.18%45.88%
CMYK87.18%43.59%0.00%
54.12%

Color #0F4275 in popluar number systems.

HEX0F4275
Decimal1566117
Binary111110000101110101
Octal17102165

Shades and tints

Shades of #0F4275

#0F4275
(15,66,117)
#0E3C6B
(14,60,107)
#0D3661
(13,54,97)
#0C3057
(12,48,87)
#0B2A4D
(11,42,77)
#0A2443
(10,36,67)
#091E39
(9,30,57)
#08182F
(8,24,47)
#071225
(7,18,37)
#060C1B
(6,12,27)
#050611
(5,6,17)
#000000
(0,0,0)

Tints of #0F4275

#0F4275
(15,66,117)
#245381
(36,83,129)
#39648D
(57,100,141)
#4E7599
(78,117,153)
#6386A5
(99,134,165)
#7897B1
(120,151,177)
#8DA8BD
(141,168,189)
#A2B9C9
(162,185,201)
#B7CAD5
(183,202,213)
#CCDBE1
(204,219,225)
#E1ECED
(225,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4275 color. Also use rgb(15,66,117) instead hex code.

Text Font Color

.myTextColor { color: #0F4275; }

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

This text font color is #0F4275.


Background Color

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

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

This div background color is #0F4275.


Border color

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

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

This div border color is #0F4275.


Opacity

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

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

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

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

This text has shadow with #0F4275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4275 on black background.


Color preview on white background

This text has color #0F4275 on white background.



Black color preview on #0F4275 background

This text has black color on #0F4275 background.


White color preview on #0F4275 background

This text has white color on #0F4275 background.