COLOR #0F013E

HEX: #0F013E
RGB: (15,1,62)

Color info

#0F013E contains mainly red and blue colors. Web safe color of #0F013E is #000033 (or #003).

RGB color model

#0F013E color RGB value is (15,1,62).

  • red value is 15;
  • green value is 1;
  • blue value is 62.
RGB:
(15,1,62)
(6%,0%,24%)

RGB channels and saturation

R 15 of 255 = 6%
G 1 of 255 = 0%
B 62 of 255 = 24%

15
1
62

R + G + B ~ 10%. #0F013E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 1 + 62 = 78 (100%)
R 15 of 78 ~ 19.23%
G 1 of 78 ~ 1.28%
B 62 of 78 ~ 79.49%

%19.23
%79.49

CMYK color model

#0F013E color CMYK value is (76,98,0,76).

  • cyan value is 75.81%
  • magenta value is 98.39%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(76,98,0,76)
C76M98Y0K76 
(76%,98%,0%,76%)
(0.76/0.98/0.00/0.76)	

CMYK percentages

%75.81
%98.39
%0
%75.69

Codes

Color #0F013E in popluar color models

0F013E
RGB15162
HSL254°96.83%12.35%
HSB/HSV254°98.39%24.31%
CMYK75.81%98.39%0.00%
75.69%

Color #0F013E in popluar number systems.

HEX0F013E
Decimal15162
Binary11111111110
Octal17176

Shades and tints

Shades of #0F013E

#0F013E
(15,1,62)
#0E0139
(14,1,57)
#0D0134
(13,1,52)
#0C012F
(12,1,47)
#0B012A
(11,1,42)
#0A0125
(10,1,37)
#090120
(9,1,32)
#08011B
(8,1,27)
#070116
(7,1,22)
#060111
(6,1,17)
#05010C
(5,1,12)
#000000
(0,0,0)

Tints of #0F013E

#0F013E
(15,1,62)
#24184F
(36,24,79)
#392F60
(57,47,96)
#4E4671
(78,70,113)
#635D82
(99,93,130)
#787493
(120,116,147)
#8D8BA4
(141,139,164)
#A2A2B5
(162,162,181)
#B7B9C6
(183,185,198)
#CCD0D7
(204,208,215)
#E1E7E8
(225,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F013E color. Also use rgb(15,1,62) instead hex code.

Text Font Color

.myTextColor { color: #0F013E; }

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

This text font color is #0F013E.


Background Color

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

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

This div background color is #0F013E.


Border color

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

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

This div border color is #0F013E.


Opacity

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

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

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

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

This text has shadow with #0F013E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F013E on black background.


Color preview on white background

This text has color #0F013E on white background.



Black color preview on #0F013E background

This text has black color on #0F013E background.


White color preview on #0F013E background

This text has white color on #0F013E background.