COLOR #0F1D66

HEX: #0F1D66
RGB: (15,29,102)

Color info

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

RGB color model

#0F1D66 color RGB value is (15,29,102).

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

RGB channels and saturation

R 15 of 255 = 6%
G 29 of 255 = 11%
B 102 of 255 = 40%

15
29
102

R + G + B ~ 19%. #0F1D66 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 29 + 102 = 146 (100%)
R 15 of 146 ~ 10.27%
G 29 of 146 ~ 19.86%
B 102 of 146 ~ 69.86%

%10.27
%19.86
%69.86

CMYK color model

#0F1D66 color CMYK value is (85,72,0,60).

  • cyan value is 85.29%
  • magenta value is 71.57%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(85,72,0,60)
C85M72Y0K60 
(85%,72%,0%,60%)
(0.85/0.72/0.00/0.60)	

CMYK percentages

%85.29
%71.57
%0
%60

Codes

Color #0F1D66 in popluar color models

0F1D66
RGB1529102
HSL230°74.36%22.94%
HSB/HSV230°85.29%40.00%
CMYK85.29%71.57%0.00%
60.00%

Color #0F1D66 in popluar number systems.

HEX0F1D66
Decimal1529102
Binary1111111011100110
Octal1735146

Shades and tints

Shades of #0F1D66

#0F1D66
(15,29,102)
#0E1B5D
(14,27,93)
#0D1954
(13,25,84)
#0C174B
(12,23,75)
#0B1542
(11,21,66)
#0A1339
(10,19,57)
#091130
(9,17,48)
#080F27
(8,15,39)
#070D1E
(7,13,30)
#060B15
(6,11,21)
#05090C
(5,9,12)
#000000
(0,0,0)

Tints of #0F1D66

#0F1D66
(15,29,102)
#243173
(36,49,115)
#394580
(57,69,128)
#4E598D
(78,89,141)
#636D9A
(99,109,154)
#7881A7
(120,129,167)
#8D95B4
(141,149,180)
#A2A9C1
(162,169,193)
#B7BDCE
(183,189,206)
#CCD1DB
(204,209,219)
#E1E5E8
(225,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1D66; }

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

This text font color is #0F1D66.


Background Color

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

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

This div background color is #0F1D66.


Border color

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

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

This div border color is #0F1D66.


Opacity

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

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

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

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

This text has shadow with #0F1D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1D66 on black background.


Color preview on white background

This text has color #0F1D66 on white background.



Black color preview on #0F1D66 background

This text has black color on #0F1D66 background.


White color preview on #0F1D66 background

This text has white color on #0F1D66 background.