COLOR #0F245C

HEX: #0F245C
RGB: (15,36,92)

Color info

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

RGB color model

#0F245C color RGB value is (15,36,92).

  • red value is 15;
  • green value is 36;
  • blue value is 92.
RGB:
(15,36,92)
(6%,14%,36%)

RGB channels and saturation

R 15 of 255 = 6%
G 36 of 255 = 14%
B 92 of 255 = 36%

15
36
92

R + G + B ~ 19%. #0F245C is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 36 + 92 = 143 (100%)
R 15 of 143 ~ 10.49%
G 36 of 143 ~ 25.17%
B 92 of 143 ~ 64.34%

%10.49
%25.17
%64.34

CMYK color model

#0F245C color CMYK value is (84,61,0,64).

  • cyan value is 83.70%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(84,61,0,64)
C84M61Y0K64 
(84%,61%,0%,64%)
(0.84/0.61/0.00/0.64)	

CMYK percentages

%83.7
%60.87
%0
%63.92

Codes

Color #0F245C in popluar color models

0F245C
RGB153692
HSL224°71.96%20.98%
HSB/HSV224°83.70%36.08%
CMYK83.70%60.87%0.00%
63.92%

Color #0F245C in popluar number systems.

HEX0F245C
Decimal153692
Binary11111001001011100
Octal1744134

Shades and tints

Shades of #0F245C

#0F245C
(15,36,92)
#0E2154
(14,33,84)
#0D1E4C
(13,30,76)
#0C1B44
(12,27,68)
#0B183C
(11,24,60)
#0A1534
(10,21,52)
#09122C
(9,18,44)
#080F24
(8,15,36)
#070C1C
(7,12,28)
#060914
(6,9,20)
#05060C
(5,6,12)
#000000
(0,0,0)

Tints of #0F245C

#0F245C
(15,36,92)
#24376A
(36,55,106)
#394A78
(57,74,120)
#4E5D86
(78,93,134)
#637094
(99,112,148)
#7883A2
(120,131,162)
#8D96B0
(141,150,176)
#A2A9BE
(162,169,190)
#B7BCCC
(183,188,204)
#CCCFDA
(204,207,218)
#E1E2E8
(225,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F245C color. Also use rgb(15,36,92) instead hex code.

Text Font Color

.myTextColor { color: #0F245C; }

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

This text font color is #0F245C.


Background Color

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

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

This div background color is #0F245C.


Border color

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

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

This div border color is #0F245C.


Opacity

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

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

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

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

This text has shadow with #0F245C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F245C on black background.


Color preview on white background

This text has color #0F245C on white background.



Black color preview on #0F245C background

This text has black color on #0F245C background.


White color preview on #0F245C background

This text has white color on #0F245C background.