COLOR #0F0D52

HEX: #0F0D52
RGB: (15,13,82)

Color info

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

RGB color model

#0F0D52 color RGB value is (15,13,82).

  • red value is 15;
  • green value is 13;
  • blue value is 82.
RGB:
(15,13,82)
(6%,5%,32%)

RGB channels and saturation

R 15 of 255 = 6%
G 13 of 255 = 5%
B 82 of 255 = 32%

15
13
82

R + G + B ~ 14%. #0F0D52 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 13 + 82 = 110 (100%)
R 15 of 110 ~ 13.64%
G 13 of 110 ~ 11.82%
B 82 of 110 ~ 74.55%

%13.64
%11.82
%74.55

CMYK color model

#0F0D52 color CMYK value is (82,84,0,68).

  • cyan value is 81.71%
  • magenta value is 84.15%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(82,84,0,68)
C82M84Y0K68 
(82%,84%,0%,68%)
(0.82/0.84/0.00/0.68)	

CMYK percentages

%81.71
%84.15
%0
%67.84

Codes

Color #0F0D52 in popluar color models

0F0D52
RGB151382
HSL242°72.63%18.63%
HSB/HSV242°84.15%32.16%
CMYK81.71%84.15%0.00%
67.84%

Color #0F0D52 in popluar number systems.

HEX0F0D52
Decimal151382
Binary111111011010010
Octal1715122

Shades and tints

Shades of #0F0D52

#0F0D52
(15,13,82)
#0E0C4B
(14,12,75)
#0D0B44
(13,11,68)
#0C0A3D
(12,10,61)
#0B0936
(11,9,54)
#0A082F
(10,8,47)
#090728
(9,7,40)
#080621
(8,6,33)
#07051A
(7,5,26)
#060413
(6,4,19)
#05030C
(5,3,12)
#000000
(0,0,0)

Tints of #0F0D52

#0F0D52
(15,13,82)
#242361
(36,35,97)
#393970
(57,57,112)
#4E4F7F
(78,79,127)
#63658E
(99,101,142)
#787B9D
(120,123,157)
#8D91AC
(141,145,172)
#A2A7BB
(162,167,187)
#B7BDCA
(183,189,202)
#CCD3D9
(204,211,217)
#E1E9E8
(225,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F0D52 color. Also use rgb(15,13,82) instead hex code.

Text Font Color

.myTextColor { color: #0F0D52; }

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

This text font color is #0F0D52.


Background Color

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

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

This div background color is #0F0D52.


Border color

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

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

This div border color is #0F0D52.


Opacity

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

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

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

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

This text has shadow with #0F0D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0D52 on black background.


Color preview on white background

This text has color #0F0D52 on white background.



Black color preview on #0F0D52 background

This text has black color on #0F0D52 background.


White color preview on #0F0D52 background

This text has white color on #0F0D52 background.