COLOR #0F4062

HEX: #0F4062
RGB: (15,64,98)

Color info

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

RGB color model

#0F4062 color RGB value is (15,64,98).

  • red value is 15;
  • green value is 64;
  • blue value is 98.
RGB:
(15,64,98)
(6%,25%,38%)

RGB channels and saturation

R 15 of 255 = 6%
G 64 of 255 = 25%
B 98 of 255 = 38%

15
64
98

R + G + B ~ 23%. #0F4062 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 64 + 98 = 177 (100%)
R 15 of 177 ~ 8.47%
G 64 of 177 ~ 36.16%
B 98 of 177 ~ 55.37%

%36.16
%55.37

CMYK color model

#0F4062 color CMYK value is (85,35,0,62).

  • cyan value is 84.69%
  • magenta value is 34.69%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(85,35,0,62)
C85M35Y0K62 
(85%,35%,0%,62%)
(0.85/0.35/0.00/0.62)	

CMYK percentages

%84.69
%34.69
%0
%61.57

Codes

Color #0F4062 in popluar color models

0F4062
RGB156498
HSL205°73.45%22.16%
HSB/HSV205°84.69%38.43%
CMYK84.69%34.69%0.00%
61.57%

Color #0F4062 in popluar number systems.

HEX0F4062
Decimal156498
Binary111110000001100010
Octal17100142

Shades and tints

Shades of #0F4062

#0F4062
(15,64,98)
#0E3B5A
(14,59,90)
#0D3652
(13,54,82)
#0C314A
(12,49,74)
#0B2C42
(11,44,66)
#0A273A
(10,39,58)
#092232
(9,34,50)
#081D2A
(8,29,42)
#071822
(7,24,34)
#06131A
(6,19,26)
#050E12
(5,14,18)
#000000
(0,0,0)

Tints of #0F4062

#0F4062
(15,64,98)
#245170
(36,81,112)
#39627E
(57,98,126)
#4E738C
(78,115,140)
#63849A
(99,132,154)
#7895A8
(120,149,168)
#8DA6B6
(141,166,182)
#A2B7C4
(162,183,196)
#B7C8D2
(183,200,210)
#CCD9E0
(204,217,224)
#E1EAEE
(225,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4062 color. Also use rgb(15,64,98) instead hex code.

Text Font Color

.myTextColor { color: #0F4062; }

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

This text font color is #0F4062.


Background Color

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

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

This div background color is #0F4062.


Border color

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

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

This div border color is #0F4062.


Opacity

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

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

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

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

This text has shadow with #0F4062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4062 on black background.


Color preview on white background

This text has color #0F4062 on white background.



Black color preview on #0F4062 background

This text has black color on #0F4062 background.


White color preview on #0F4062 background

This text has white color on #0F4062 background.