COLOR #0F4281

HEX: #0F4281
RGB: (15,66,129)

Color info

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

RGB color model

#0F4281 color RGB value is (15,66,129).

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

RGB channels and saturation

R 15 of 255 = 6%
G 66 of 255 = 26%
B 129 of 255 = 51%

15
66
129

R + G + B ~ 28%. #0F4281 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 66 + 129 = 210 (100%)
R 15 of 210 ~ 7.14%
G 66 of 210 ~ 31.43%
B 129 of 210 ~ 61.43%

%31.43
%61.43

CMYK color model

#0F4281 color CMYK value is (88,49,0,49).

  • cyan value is 88.37%
  • magenta value is 48.84%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(88,49,0,49)
C88M49Y0K49 
(88%,49%,0%,49%)
(0.88/0.49/0.00/0.49)	

CMYK percentages

%88.37
%48.84
%0
%49.41

Codes

Color #0F4281 in popluar color models

0F4281
RGB1566129
HSL213°79.17%28.24%
HSB/HSV213°88.37%50.59%
CMYK88.37%48.84%0.00%
49.41%

Color #0F4281 in popluar number systems.

HEX0F4281
Decimal1566129
Binary1111100001010000001
Octal17102201

Shades and tints

Shades of #0F4281

#0F4281
(15,66,129)
#0E3C76
(14,60,118)
#0D366B
(13,54,107)
#0C3060
(12,48,96)
#0B2A55
(11,42,85)
#0A244A
(10,36,74)
#091E3F
(9,30,63)
#081834
(8,24,52)
#071229
(7,18,41)
#060C1E
(6,12,30)
#050613
(5,6,19)
#000000
(0,0,0)

Tints of #0F4281

#0F4281
(15,66,129)
#24538C
(36,83,140)
#396497
(57,100,151)
#4E75A2
(78,117,162)
#6386AD
(99,134,173)
#7897B8
(120,151,184)
#8DA8C3
(141,168,195)
#A2B9CE
(162,185,206)
#B7CAD9
(183,202,217)
#CCDBE4
(204,219,228)
#E1ECEF
(225,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4281; }

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

This text font color is #0F4281.


Background Color

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

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

This div background color is #0F4281.


Border color

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

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

This div border color is #0F4281.


Opacity

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

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

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

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

This text has shadow with #0F4281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4281 on black background.


Color preview on white background

This text has color #0F4281 on white background.



Black color preview on #0F4281 background

This text has black color on #0F4281 background.


White color preview on #0F4281 background

This text has white color on #0F4281 background.