COLOR #0A214D

HEX: #0A214D
RGB: (10,33,77)

Color info

#0A214D contains mainly green and blue colors. Web safe color of #0A214D is #003333 (or #033).

RGB color model

#0A214D color RGB value is (10,33,77).

  • red value is 10;
  • green value is 33;
  • blue value is 77.
RGB:
(10,33,77)
(4%,13%,30%)

RGB channels and saturation

R 10 of 255 = 4%
G 33 of 255 = 13%
B 77 of 255 = 30%

10
33
77

R + G + B ~ 16%. #0A214D is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 33 + 77 = 120 (100%)
R 10 of 120 ~ 8.33%
G 33 of 120 ~ 27.5%
B 77 of 120 ~ 64.17%

%27.5
%64.17

CMYK color model

#0A214D color CMYK value is (87,57,0,70).

  • cyan value is 87.01%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(87,57,0,70)
C87M57Y0K70 
(87%,57%,0%,70%)
(0.87/0.57/0.00/0.70)	

CMYK percentages

%87.01
%57.14
%0
%69.8

Codes

Color #0A214D in popluar color models

0A214D
RGB103377
HSL219°77.01%17.06%
HSB/HSV219°87.01%30.20%
CMYK87.01%57.14%0.00%
69.80%

Color #0A214D in popluar number systems.

HEX0A214D
Decimal103377
Binary10101000011001101
Octal1241115

Shades and tints

Shades of #0A214D

#0A214D
(10,33,77)
#0A1E46
(10,30,70)
#0A1B3F
(10,27,63)
#0A1838
(10,24,56)
#0A1531
(10,21,49)
#0A122A
(10,18,42)
#0A0F23
(10,15,35)
#0A0C1C
(10,12,28)
#0A0915
(10,9,21)
#0A060E
(10,6,14)
#0A0307
(10,3,7)
#000000
(0,0,0)

Tints of #0A214D

#0A214D
(10,33,77)
#20355D
(32,53,93)
#36496D
(54,73,109)
#4C5D7D
(76,93,125)
#62718D
(98,113,141)
#78859D
(120,133,157)
#8E99AD
(142,153,173)
#A4ADBD
(164,173,189)
#BAC1CD
(186,193,205)
#D0D5DD
(208,213,221)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A214D color. Also use rgb(10,33,77) instead hex code.

Text Font Color

.myTextColor { color: #0A214D; }

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

This text font color is #0A214D.


Background Color

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

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

This div background color is #0A214D.


Border color

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

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

This div border color is #0A214D.


Opacity

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

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

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

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

This text has shadow with #0A214D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A214D on black background.


Color preview on white background

This text has color #0A214D on white background.



Black color preview on #0A214D background

This text has black color on #0A214D background.


White color preview on #0A214D background

This text has white color on #0A214D background.