COLOR #0F0D8C

HEX: #0F0D8C
RGB: (15,13,140)

Color info

#0F0D8C contains mainly blue color. Web safe color of #0F0D8C is #000099 (or #009).

RGB color model

#0F0D8C color RGB value is (15,13,140).

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

RGB channels and saturation

R 15 of 255 = 6%
G 13 of 255 = 5%
B 140 of 255 = 55%

15
13
140

R + G + B ~ 22%. #0F0D8C is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 13 + 140 = 168 (100%)
R 15 of 168 ~ 8.93%
G 13 of 168 ~ 7.74%
B 140 of 168 ~ 83.33%

%83.33

CMYK color model

#0F0D8C color CMYK value is (89,91,0,45).

  • cyan value is 89.29%
  • magenta value is 90.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(89,91,0,45)
C89M91Y0K45 
(89%,91%,0%,45%)
(0.89/0.91/0.00/0.45)	

CMYK percentages

%89.29
%90.71
%0
%45.1

Codes

Color #0F0D8C in popluar color models

0F0D8C
RGB1513140
HSL241°83.01%30.00%
HSB/HSV241°90.71%54.90%
CMYK89.29%90.71%0.00%
45.10%

Color #0F0D8C in popluar number systems.

HEX0F0D8C
Decimal1513140
Binary1111110110001100
Octal1715214

Shades and tints

Shades of #0F0D8C

#0F0D8C
(15,13,140)
#0E0C80
(14,12,128)
#0D0B74
(13,11,116)
#0C0A68
(12,10,104)
#0B095C
(11,9,92)
#0A0850
(10,8,80)
#090744
(9,7,68)
#080638
(8,6,56)
#07052C
(7,5,44)
#060420
(6,4,32)
#050314
(5,3,20)
#000000
(0,0,0)

Tints of #0F0D8C

#0F0D8C
(15,13,140)
#242396
(36,35,150)
#3939A0
(57,57,160)
#4E4FAA
(78,79,170)
#6365B4
(99,101,180)
#787BBE
(120,123,190)
#8D91C8
(141,145,200)
#A2A7D2
(162,167,210)
#B7BDDC
(183,189,220)
#CCD3E6
(204,211,230)
#E1E9F0
(225,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0D8C; }

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

This text font color is #0F0D8C.


Background Color

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

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

This div background color is #0F0D8C.


Border color

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

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

This div border color is #0F0D8C.


Opacity

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

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

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

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

This text has shadow with #0F0D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0D8C on black background.


Color preview on white background

This text has color #0F0D8C on white background.



Black color preview on #0F0D8C background

This text has black color on #0F0D8C background.


White color preview on #0F0D8C background

This text has white color on #0F0D8C background.