COLOR #0F2249

HEX: #0F2249
RGB: (15,34,73)

Color info

#0F2249 contains red, green and blue colors in about the same proportion. Web safe color of #0F2249 is #003333 (or #033).

RGB color model

#0F2249 color RGB value is (15,34,73).

  • red value is 15;
  • green value is 34;
  • blue value is 73.
RGB:
(15,34,73)
(6%,13%,29%)

RGB channels and saturation

R 15 of 255 = 6%
G 34 of 255 = 13%
B 73 of 255 = 29%

15
34
73

R + G + B ~ 16%. #0F2249 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 34 + 73 = 122 (100%)
R 15 of 122 ~ 12.3%
G 34 of 122 ~ 27.87%
B 73 of 122 ~ 59.84%

%12.3
%27.87
%59.84

CMYK color model

#0F2249 color CMYK value is (79,53,0,71).

  • cyan value is 79.45%
  • magenta value is 53.42%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(79,53,0,71)
C79M53Y0K71 
(79%,53%,0%,71%)
(0.79/0.53/0.00/0.71)	

CMYK percentages

%79.45
%53.42
%0
%71.37

Codes

Color #0F2249 in popluar color models

0F2249
RGB153473
HSL220°65.91%17.25%
HSB/HSV220°79.45%28.63%
CMYK79.45%53.42%0.00%
71.37%

Color #0F2249 in popluar number systems.

HEX0F2249
Decimal153473
Binary11111000101001001
Octal1742111

Shades and tints

Shades of #0F2249

#0F2249
(15,34,73)
#0E1F43
(14,31,67)
#0D1C3D
(13,28,61)
#0C1937
(12,25,55)
#0B1631
(11,22,49)
#0A132B
(10,19,43)
#091025
(9,16,37)
#080D1F
(8,13,31)
#070A19
(7,10,25)
#060713
(6,7,19)
#05040D
(5,4,13)
#000000
(0,0,0)

Tints of #0F2249

#0F2249
(15,34,73)
#243659
(36,54,89)
#394A69
(57,74,105)
#4E5E79
(78,94,121)
#637289
(99,114,137)
#788699
(120,134,153)
#8D9AA9
(141,154,169)
#A2AEB9
(162,174,185)
#B7C2C9
(183,194,201)
#CCD6D9
(204,214,217)
#E1EAE9
(225,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2249 color. Also use rgb(15,34,73) instead hex code.

Text Font Color

.myTextColor { color: #0F2249; }

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

This text font color is #0F2249.


Background Color

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

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

This div background color is #0F2249.


Border color

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

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

This div border color is #0F2249.


Opacity

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

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

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

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

This text has shadow with #0F2249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2249 on black background.


Color preview on white background

This text has color #0F2249 on white background.



Black color preview on #0F2249 background

This text has black color on #0F2249 background.


White color preview on #0F2249 background

This text has white color on #0F2249 background.