COLOR #0A1542

HEX: #0A1542
RGB: (10,21,66)

Color info

#0A1542 contains red, green and blue colors in about the same proportion. Web safe color of #0A1542 is #000033 (or #003).

RGB color model

#0A1542 color RGB value is (10,21,66).

  • red value is 10;
  • green value is 21;
  • blue value is 66.
RGB:
(10,21,66)
(4%,8%,26%)

RGB channels and saturation

R 10 of 255 = 4%
G 21 of 255 = 8%
B 66 of 255 = 26%

10
21
66

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

Portions of RGB colors in percentages

R + G + B =
10 + 21 + 66 = 97 (100%)
R 10 of 97 ~ 10.31%
G 21 of 97 ~ 21.65%
B 66 of 97 ~ 68.04%

%10.31
%21.65
%68.04

CMYK color model

#0A1542 color CMYK value is (85,68,0,74).

  • cyan value is 84.85%
  • magenta value is 68.18%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(85,68,0,74)
C85M68Y0K74 
(85%,68%,0%,74%)
(0.85/0.68/0.00/0.74)	

CMYK percentages

%84.85
%68.18
%0
%74.12

Codes

Color #0A1542 in popluar color models

0A1542
RGB102166
HSL228°73.68%14.90%
HSB/HSV228°84.85%25.88%
CMYK84.85%68.18%0.00%
74.12%

Color #0A1542 in popluar number systems.

HEX0A1542
Decimal102166
Binary1010101011000010
Octal1225102

Shades and tints

Shades of #0A1542

#0A1542
(10,21,66)
#0A143C
(10,20,60)
#0A1336
(10,19,54)
#0A1230
(10,18,48)
#0A112A
(10,17,42)
#0A1024
(10,16,36)
#0A0F1E
(10,15,30)
#0A0E18
(10,14,24)
#0A0D12
(10,13,18)
#0A0C0C
(10,12,12)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #0A1542

#0A1542
(10,21,66)
#202A53
(32,42,83)
#363F64
(54,63,100)
#4C5475
(76,84,117)
#626986
(98,105,134)
#787E97
(120,126,151)
#8E93A8
(142,147,168)
#A4A8B9
(164,168,185)
#BABDCA
(186,189,202)
#D0D2DB
(208,210,219)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1542 color. Also use rgb(10,21,66) instead hex code.

Text Font Color

.myTextColor { color: #0A1542; }

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

This text font color is #0A1542.


Background Color

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

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

This div background color is #0A1542.


Border color

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

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

This div border color is #0A1542.


Opacity

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

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

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

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

This text has shadow with #0A1542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1542 on black background.


Color preview on white background

This text has color #0A1542 on white background.



Black color preview on #0A1542 background

This text has black color on #0A1542 background.


White color preview on #0A1542 background

This text has white color on #0A1542 background.