COLOR #0F1D62

HEX: #0F1D62
RGB: (15,29,98)

Color info

#0F1D62 contains mainly blue color. Web safe color of #0F1D62 is #003366 (or #036).

RGB color model

#0F1D62 color RGB value is (15,29,98).

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

RGB channels and saturation

R 15 of 255 = 6%
G 29 of 255 = 11%
B 98 of 255 = 38%

15
29
98

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

Portions of RGB colors in percentages

R + G + B =
15 + 29 + 98 = 142 (100%)
R 15 of 142 ~ 10.56%
G 29 of 142 ~ 20.42%
B 98 of 142 ~ 69.01%

%10.56
%20.42
%69.01

CMYK color model

#0F1D62 color CMYK value is (85,70,0,62).

  • cyan value is 84.69%
  • magenta value is 70.41%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(85,70,0,62)
C85M70Y0K62 
(85%,70%,0%,62%)
(0.85/0.70/0.00/0.62)	

CMYK percentages

%84.69
%70.41
%0
%61.57

Codes

Color #0F1D62 in popluar color models

0F1D62
RGB152998
HSL230°73.45%22.16%
HSB/HSV230°84.69%38.43%
CMYK84.69%70.41%0.00%
61.57%

Color #0F1D62 in popluar number systems.

HEX0F1D62
Decimal152998
Binary1111111011100010
Octal1735142

Shades and tints

Shades of #0F1D62

#0F1D62
(15,29,98)
#0E1B5A
(14,27,90)
#0D1952
(13,25,82)
#0C174A
(12,23,74)
#0B1542
(11,21,66)
#0A133A
(10,19,58)
#091132
(9,17,50)
#080F2A
(8,15,42)
#070D22
(7,13,34)
#060B1A
(6,11,26)
#050912
(5,9,18)
#000000
(0,0,0)

Tints of #0F1D62

#0F1D62
(15,29,98)
#243170
(36,49,112)
#39457E
(57,69,126)
#4E598C
(78,89,140)
#636D9A
(99,109,154)
#7881A8
(120,129,168)
#8D95B6
(141,149,182)
#A2A9C4
(162,169,196)
#B7BDD2
(183,189,210)
#CCD1E0
(204,209,224)
#E1E5EE
(225,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1D62; }

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

This text font color is #0F1D62.


Background Color

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

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

This div background color is #0F1D62.


Border color

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

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

This div border color is #0F1D62.


Opacity

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

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

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

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

This text has shadow with #0F1D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1D62 on black background.


Color preview on white background

This text has color #0F1D62 on white background.



Black color preview on #0F1D62 background

This text has black color on #0F1D62 background.


White color preview on #0F1D62 background

This text has white color on #0F1D62 background.