COLOR #0F1862

HEX: #0F1862
RGB: (15,24,98)

Color info

#0F1862 contains mainly blue color. Web safe color of #0F1862 is #000066 (or #006).

RGB color model

#0F1862 color RGB value is (15,24,98).

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

RGB channels and saturation

R 15 of 255 = 6%
G 24 of 255 = 9%
B 98 of 255 = 38%

15
24
98

R + G + B ~ 18%. #0F1862 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 24 + 98 = 137 (100%)
R 15 of 137 ~ 10.95%
G 24 of 137 ~ 17.52%
B 98 of 137 ~ 71.53%

%10.95
%17.52
%71.53

CMYK color model

#0F1862 color CMYK value is (85,76,0,62).

  • cyan value is 84.69%
  • magenta value is 75.51%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(85,76,0,62)
C85M76Y0K62 
(85%,76%,0%,62%)
(0.85/0.76/0.00/0.62)	

CMYK percentages

%84.69
%75.51
%0
%61.57

Codes

Color #0F1862 in popluar color models

0F1862
RGB152498
HSL233°73.45%22.16%
HSB/HSV233°84.69%38.43%
CMYK84.69%75.51%0.00%
61.57%

Color #0F1862 in popluar number systems.

HEX0F1862
Decimal152498
Binary1111110001100010
Octal1730142

Shades and tints

Shades of #0F1862

#0F1862
(15,24,98)
#0E165A
(14,22,90)
#0D1452
(13,20,82)
#0C124A
(12,18,74)
#0B1042
(11,16,66)
#0A0E3A
(10,14,58)
#090C32
(9,12,50)
#080A2A
(8,10,42)
#070822
(7,8,34)
#06061A
(6,6,26)
#050412
(5,4,18)
#000000
(0,0,0)

Tints of #0F1862

#0F1862
(15,24,98)
#242D70
(36,45,112)
#39427E
(57,66,126)
#4E578C
(78,87,140)
#636C9A
(99,108,154)
#7881A8
(120,129,168)
#8D96B6
(141,150,182)
#A2ABC4
(162,171,196)
#B7C0D2
(183,192,210)
#CCD5E0
(204,213,224)
#E1EAEE
(225,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1862; }

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

This text font color is #0F1862.


Background Color

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

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

This div background color is #0F1862.


Border color

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

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

This div border color is #0F1862.


Opacity

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

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

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

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

This text has shadow with #0F1862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1862 on black background.


Color preview on white background

This text has color #0F1862 on white background.



Black color preview on #0F1862 background

This text has black color on #0F1862 background.


White color preview on #0F1862 background

This text has white color on #0F1862 background.