COLOR #0F2F5E

HEX: #0F2F5E
RGB: (15,47,94)

Color info

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

RGB color model

#0F2F5E color RGB value is (15,47,94).

  • red value is 15;
  • green value is 47;
  • blue value is 94.
RGB:
(15,47,94)
(6%,18%,37%)

RGB channels and saturation

R 15 of 255 = 6%
G 47 of 255 = 18%
B 94 of 255 = 37%

15
47
94

R + G + B ~ 20%. #0F2F5E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 47 + 94 = 156 (100%)
R 15 of 156 ~ 9.62%
G 47 of 156 ~ 30.13%
B 94 of 156 ~ 60.26%

%9.62
%30.13
%60.26

CMYK color model

#0F2F5E color CMYK value is (84,50,0,63).

  • cyan value is 84.04%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(84,50,0,63)
C84M50Y0K63 
(84%,50%,0%,63%)
(0.84/0.50/0.00/0.63)	

CMYK percentages

%84.04
%50
%0
%63.14

Codes

Color #0F2F5E in popluar color models

0F2F5E
RGB154794
HSL216°72.48%21.37%
HSB/HSV216°84.04%36.86%
CMYK84.04%50.00%0.00%
63.14%

Color #0F2F5E in popluar number systems.

HEX0F2F5E
Decimal154794
Binary11111011111011110
Octal1757136

Shades and tints

Shades of #0F2F5E

#0F2F5E
(15,47,94)
#0E2B56
(14,43,86)
#0D274E
(13,39,78)
#0C2346
(12,35,70)
#0B1F3E
(11,31,62)
#0A1B36
(10,27,54)
#09172E
(9,23,46)
#081326
(8,19,38)
#070F1E
(7,15,30)
#060B16
(6,11,22)
#05070E
(5,7,14)
#000000
(0,0,0)

Tints of #0F2F5E

#0F2F5E
(15,47,94)
#24416C
(36,65,108)
#39537A
(57,83,122)
#4E6588
(78,101,136)
#637796
(99,119,150)
#7889A4
(120,137,164)
#8D9BB2
(141,155,178)
#A2ADC0
(162,173,192)
#B7BFCE
(183,191,206)
#CCD1DC
(204,209,220)
#E1E3EA
(225,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2F5E color. Also use rgb(15,47,94) instead hex code.

Text Font Color

.myTextColor { color: #0F2F5E; }

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

This text font color is #0F2F5E.


Background Color

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

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

This div background color is #0F2F5E.


Border color

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

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

This div border color is #0F2F5E.


Opacity

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

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

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

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

This text has shadow with #0F2F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2F5E on black background.


Color preview on white background

This text has color #0F2F5E on white background.



Black color preview on #0F2F5E background

This text has black color on #0F2F5E background.


White color preview on #0F2F5E background

This text has white color on #0F2F5E background.