COLOR #0F4262

HEX: #0F4262
RGB: (15,66,98)

Color info

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

RGB color model

#0F4262 color RGB value is (15,66,98).

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

RGB channels and saturation

R 15 of 255 = 6%
G 66 of 255 = 26%
B 98 of 255 = 38%

15
66
98

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

Portions of RGB colors in percentages

R + G + B =
15 + 66 + 98 = 179 (100%)
R 15 of 179 ~ 8.38%
G 66 of 179 ~ 36.87%
B 98 of 179 ~ 54.75%

%36.87
%54.75

CMYK color model

#0F4262 color CMYK value is (85,33,0,62).

  • cyan value is 84.69%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(85,33,0,62)
C85M33Y0K62 
(85%,33%,0%,62%)
(0.85/0.33/0.00/0.62)	

CMYK percentages

%84.69
%32.65
%0
%61.57

Codes

Color #0F4262 in popluar color models

0F4262
RGB156698
HSL203°73.45%22.16%
HSB/HSV203°84.69%38.43%
CMYK84.69%32.65%0.00%
61.57%

Color #0F4262 in popluar number systems.

HEX0F4262
Decimal156698
Binary111110000101100010
Octal17102142

Shades and tints

Shades of #0F4262

#0F4262
(15,66,98)
#0E3C5A
(14,60,90)
#0D3652
(13,54,82)
#0C304A
(12,48,74)
#0B2A42
(11,42,66)
#0A243A
(10,36,58)
#091E32
(9,30,50)
#08182A
(8,24,42)
#071222
(7,18,34)
#060C1A
(6,12,26)
#050612
(5,6,18)
#000000
(0,0,0)

Tints of #0F4262

#0F4262
(15,66,98)
#245370
(36,83,112)
#39647E
(57,100,126)
#4E758C
(78,117,140)
#63869A
(99,134,154)
#7897A8
(120,151,168)
#8DA8B6
(141,168,182)
#A2B9C4
(162,185,196)
#B7CAD2
(183,202,210)
#CCDBE0
(204,219,224)
#E1ECEE
(225,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4262; }

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

This text font color is #0F4262.


Background Color

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

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

This div background color is #0F4262.


Border color

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

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

This div border color is #0F4262.


Opacity

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

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

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

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

This text has shadow with #0F4262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4262 on black background.


Color preview on white background

This text has color #0F4262 on white background.



Black color preview on #0F4262 background

This text has black color on #0F4262 background.


White color preview on #0F4262 background

This text has white color on #0F4262 background.