COLOR #0A0E4C

HEX: #0A0E4C
RGB: (10,14,76)

Color info

#0A0E4C contains mainly blue color. Web safe color of #0A0E4C is #000033 (or #003).

RGB color model

#0A0E4C color RGB value is (10,14,76).

  • red value is 10;
  • green value is 14;
  • blue value is 76.
RGB:
(10,14,76)
(4%,5%,30%)

RGB channels and saturation

R 10 of 255 = 4%
G 14 of 255 = 5%
B 76 of 255 = 30%

10
14
76

R + G + B ~ 13%. #0A0E4C is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 14 + 76 = 100 (100%)
R 10 of 100 ~ 10%
G 14 of 100 ~ 14%
B 76 of 100 ~ 76%

%10
%14
%76

CMYK color model

#0A0E4C color CMYK value is (87,82,0,70).

  • cyan value is 86.84%
  • magenta value is 81.58%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(87,82,0,70)
C87M82Y0K70 
(87%,82%,0%,70%)
(0.87/0.82/0.00/0.70)	

CMYK percentages

%86.84
%81.58
%0
%70.2

Codes

Color #0A0E4C in popluar color models

0A0E4C
RGB101476
HSL236°76.74%16.86%
HSB/HSV236°86.84%29.80%
CMYK86.84%81.58%0.00%
70.20%

Color #0A0E4C in popluar number systems.

HEX0A0E4C
Decimal101476
Binary101011101001100
Octal1216114

Shades and tints

Shades of #0A0E4C

#0A0E4C
(10,14,76)
#0A0D46
(10,13,70)
#0A0C40
(10,12,64)
#0A0B3A
(10,11,58)
#0A0A34
(10,10,52)
#0A092E
(10,9,46)
#0A0828
(10,8,40)
#0A0722
(10,7,34)
#0A061C
(10,6,28)
#0A0516
(10,5,22)
#0A0410
(10,4,16)
#000000
(0,0,0)

Tints of #0A0E4C

#0A0E4C
(10,14,76)
#20235C
(32,35,92)
#36386C
(54,56,108)
#4C4D7C
(76,77,124)
#62628C
(98,98,140)
#78779C
(120,119,156)
#8E8CAC
(142,140,172)
#A4A1BC
(164,161,188)
#BAB6CC
(186,182,204)
#D0CBDC
(208,203,220)
#E6E0EC
(230,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A0E4C color. Also use rgb(10,14,76) instead hex code.

Text Font Color

.myTextColor { color: #0A0E4C; }

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

This text font color is #0A0E4C.


Background Color

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

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

This div background color is #0A0E4C.


Border color

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

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

This div border color is #0A0E4C.


Opacity

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

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

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

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

This text has shadow with #0A0E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0E4C on black background.


Color preview on white background

This text has color #0A0E4C on white background.



Black color preview on #0A0E4C background

This text has black color on #0A0E4C background.


White color preview on #0A0E4C background

This text has white color on #0A0E4C background.