COLOR #0A0F5C

HEX: #0A0F5C
RGB: (10,15,92)

Color info

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

RGB color model

#0A0F5C color RGB value is (10,15,92).

  • red value is 10;
  • green value is 15;
  • blue value is 92.
RGB:
(10,15,92)
(4%,6%,36%)

RGB channels and saturation

R 10 of 255 = 4%
G 15 of 255 = 6%
B 92 of 255 = 36%

10
15
92

R + G + B ~ 15%. #0A0F5C is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 15 + 92 = 117 (100%)
R 10 of 117 ~ 8.55%
G 15 of 117 ~ 12.82%
B 92 of 117 ~ 78.63%

%12.82
%78.63

CMYK color model

#0A0F5C color CMYK value is (89,84,0,64).

  • cyan value is 89.13%
  • magenta value is 83.70%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(89,84,0,64)
C89M84Y0K64 
(89%,84%,0%,64%)
(0.89/0.84/0.00/0.64)	

CMYK percentages

%89.13
%83.7
%0
%63.92

Codes

Color #0A0F5C in popluar color models

0A0F5C
RGB101592
HSL236°80.39%20.00%
HSB/HSV236°89.13%36.08%
CMYK89.13%83.70%0.00%
63.92%

Color #0A0F5C in popluar number systems.

HEX0A0F5C
Decimal101592
Binary101011111011100
Octal1217134

Shades and tints

Shades of #0A0F5C

#0A0F5C
(10,15,92)
#0A0E54
(10,14,84)
#0A0D4C
(10,13,76)
#0A0C44
(10,12,68)
#0A0B3C
(10,11,60)
#0A0A34
(10,10,52)
#0A092C
(10,9,44)
#0A0824
(10,8,36)
#0A071C
(10,7,28)
#0A0614
(10,6,20)
#0A050C
(10,5,12)
#000000
(0,0,0)

Tints of #0A0F5C

#0A0F5C
(10,15,92)
#20246A
(32,36,106)
#363978
(54,57,120)
#4C4E86
(76,78,134)
#626394
(98,99,148)
#7878A2
(120,120,162)
#8E8DB0
(142,141,176)
#A4A2BE
(164,162,190)
#BAB7CC
(186,183,204)
#D0CCDA
(208,204,218)
#E6E1E8
(230,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A0F5C color. Also use rgb(10,15,92) instead hex code.

Text Font Color

.myTextColor { color: #0A0F5C; }

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

This text font color is #0A0F5C.


Background Color

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

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

This div background color is #0A0F5C.


Border color

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

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

This div border color is #0A0F5C.


Opacity

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

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

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

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

This text has shadow with #0A0F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0F5C on black background.


Color preview on white background

This text has color #0A0F5C on white background.



Black color preview on #0A0F5C background

This text has black color on #0A0F5C background.


White color preview on #0A0F5C background

This text has white color on #0A0F5C background.