COLOR #0F3362

HEX: #0F3362
RGB: (15,51,98)

Color info

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

RGB color model

#0F3362 color RGB value is (15,51,98).

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

RGB channels and saturation

R 15 of 255 = 6%
G 51 of 255 = 20%
B 98 of 255 = 38%

15
51
98

R + G + B ~ 21%. #0F3362 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 51 + 98 = 164 (100%)
R 15 of 164 ~ 9.15%
G 51 of 164 ~ 31.1%
B 98 of 164 ~ 59.76%

%31.1
%59.76

CMYK color model

#0F3362 color CMYK value is (85,48,0,62).

  • cyan value is 84.69%
  • magenta value is 47.96%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(85,48,0,62)
C85M48Y0K62 
(85%,48%,0%,62%)
(0.85/0.48/0.00/0.62)	

CMYK percentages

%84.69
%47.96
%0
%61.57

Codes

Color #0F3362 in popluar color models

0F3362
RGB155198
HSL214°73.45%22.16%
HSB/HSV214°84.69%38.43%
CMYK84.69%47.96%0.00%
61.57%

Color #0F3362 in popluar number systems.

HEX0F3362
Decimal155198
Binary11111100111100010
Octal1763142

Shades and tints

Shades of #0F3362

#0F3362
(15,51,98)
#0E2F5A
(14,47,90)
#0D2B52
(13,43,82)
#0C274A
(12,39,74)
#0B2342
(11,35,66)
#0A1F3A
(10,31,58)
#091B32
(9,27,50)
#08172A
(8,23,42)
#071322
(7,19,34)
#060F1A
(6,15,26)
#050B12
(5,11,18)
#000000
(0,0,0)

Tints of #0F3362

#0F3362
(15,51,98)
#244570
(36,69,112)
#39577E
(57,87,126)
#4E698C
(78,105,140)
#637B9A
(99,123,154)
#788DA8
(120,141,168)
#8D9FB6
(141,159,182)
#A2B1C4
(162,177,196)
#B7C3D2
(183,195,210)
#CCD5E0
(204,213,224)
#E1E7EE
(225,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F3362; }

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

This text font color is #0F3362.


Background Color

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

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

This div background color is #0F3362.


Border color

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

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

This div border color is #0F3362.


Opacity

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

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

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

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

This text has shadow with #0F3362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3362 on black background.


Color preview on white background

This text has color #0F3362 on white background.



Black color preview on #0F3362 background

This text has black color on #0F3362 background.


White color preview on #0F3362 background

This text has white color on #0F3362 background.