COLOR #0A122C

HEX: #0A122C
RGB: (10,18,44)

Color info

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

RGB color model

#0A122C color RGB value is (10,18,44).

  • red value is 10;
  • green value is 18;
  • blue value is 44.
RGB:
(10,18,44)
(4%,7%,17%)

RGB channels and saturation

R 10 of 255 = 4%
G 18 of 255 = 7%
B 44 of 255 = 17%

10
18
44

R + G + B ~ 9%. #0A122C is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 18 + 44 = 72 (100%)
R 10 of 72 ~ 13.89%
G 18 of 72 ~ 25%
B 44 of 72 ~ 61.11%

%13.89
%25
%61.11

CMYK color model

#0A122C color CMYK value is (77,59,0,83).

  • cyan value is 77.27%
  • magenta value is 59.09%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(77,59,0,83)
C77M59Y0K83 
(77%,59%,0%,83%)
(0.77/0.59/0.00/0.83)	

CMYK percentages

%77.27
%59.09
%0
%82.75

Codes

Color #0A122C in popluar color models

0A122C
RGB101844
HSL226°62.96%10.59%
HSB/HSV226°77.27%17.25%
CMYK77.27%59.09%0.00%
82.75%

Color #0A122C in popluar number systems.

HEX0A122C
Decimal101844
Binary101010010101100
Octal122254

Shades and tints

Shades of #0A122C

#0A122C
(10,18,44)
#0A1128
(10,17,40)
#0A1024
(10,16,36)
#0A0F20
(10,15,32)
#0A0E1C
(10,14,28)
#0A0D18
(10,13,24)
#0A0C14
(10,12,20)
#0A0B10
(10,11,16)
#0A0A0C
(10,10,12)
#0A0908
(10,9,8)
#0A0804
(10,8,4)
#000000
(0,0,0)

Tints of #0A122C

#0A122C
(10,18,44)
#20273F
(32,39,63)
#363C52
(54,60,82)
#4C5165
(76,81,101)
#626678
(98,102,120)
#787B8B
(120,123,139)
#8E909E
(142,144,158)
#A4A5B1
(164,165,177)
#BABAC4
(186,186,196)
#D0CFD7
(208,207,215)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A122C color. Also use rgb(10,18,44) instead hex code.

Text Font Color

.myTextColor { color: #0A122C; }

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

This text font color is #0A122C.


Background Color

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

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

This div background color is #0A122C.


Border color

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

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

This div border color is #0A122C.


Opacity

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

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

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

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

This text has shadow with #0A122C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A122C on black background.


Color preview on white background

This text has color #0A122C on white background.



Black color preview on #0A122C background

This text has black color on #0A122C background.


White color preview on #0A122C background

This text has white color on #0A122C background.