COLOR #0A121E

HEX: #0A121E
RGB: (10,18,30)

Color info

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

RGB color model

#0A121E color RGB value is (10,18,30).

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

RGB channels and saturation

R 10 of 255 = 4%
G 18 of 255 = 7%
B 30 of 255 = 12%

10
18
30

R + G + B ~ 8%. #0A121E is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 18 + 30 = 58 (100%)
R 10 of 58 ~ 17.24%
G 18 of 58 ~ 31.03%
B 30 of 58 ~ 51.72%

%17.24
%31.03
%51.72

CMYK color model

#0A121E color CMYK value is (67,40,0,88).

  • cyan value is 66.67%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(67,40,0,88)
C67M40Y0K88 
(67%,40%,0%,88%)
(0.67/0.40/0.00/0.88)	

CMYK percentages

%66.67
%40
%0
%88.24

Codes

Color #0A121E in popluar color models

0A121E
RGB101830
HSL216°50.00%7.84%
HSB/HSV216°66.67%11.76%
CMYK66.67%40.00%0.00%
88.24%

Color #0A121E in popluar number systems.

HEX0A121E
Decimal101830
Binary10101001011110
Octal122236

Shades and tints

Shades of #0A121E

#0A121E
(10,18,30)
#0A111C
(10,17,28)
#0A101A
(10,16,26)
#0A0F18
(10,15,24)
#0A0E16
(10,14,22)
#0A0D14
(10,13,20)
#0A0C12
(10,12,18)
#0A0B10
(10,11,16)
#0A0A0E
(10,10,14)
#0A090C
(10,9,12)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #0A121E

#0A121E
(10,18,30)
#202732
(32,39,50)
#363C46
(54,60,70)
#4C515A
(76,81,90)
#62666E
(98,102,110)
#787B82
(120,123,130)
#8E9096
(142,144,150)
#A4A5AA
(164,165,170)
#BABABE
(186,186,190)
#D0CFD2
(208,207,210)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A121E; }

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

This text font color is #0A121E.


Background Color

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

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

This div background color is #0A121E.


Border color

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

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

This div border color is #0A121E.


Opacity

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

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

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

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

This text has shadow with #0A121E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A121E on black background.


Color preview on white background

This text has color #0A121E on white background.



Black color preview on #0A121E background

This text has black color on #0A121E background.


White color preview on #0A121E background

This text has white color on #0A121E background.