COLOR #0A2252

HEX: #0A2252
RGB: (10,34,82)

Color info

#0A2252 contains mainly green and blue colors. Web safe color of #0A2252 is #003366 (or #036).

RGB color model

#0A2252 color RGB value is (10,34,82).

  • red value is 10;
  • green value is 34;
  • blue value is 82.
RGB:
(10,34,82)
(4%,13%,32%)

RGB channels and saturation

R 10 of 255 = 4%
G 34 of 255 = 13%
B 82 of 255 = 32%

10
34
82

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

Portions of RGB colors in percentages

R + G + B =
10 + 34 + 82 = 126 (100%)
R 10 of 126 ~ 7.94%
G 34 of 126 ~ 26.98%
B 82 of 126 ~ 65.08%

%26.98
%65.08

CMYK color model

#0A2252 color CMYK value is (88,59,0,68).

  • cyan value is 87.80%
  • magenta value is 58.54%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(88,59,0,68)
C88M59Y0K68 
(88%,59%,0%,68%)
(0.88/0.59/0.00/0.68)	

CMYK percentages

%87.8
%58.54
%0
%67.84

Codes

Color #0A2252 in popluar color models

0A2252
RGB103482
HSL220°78.26%18.04%
HSB/HSV220°87.80%32.16%
CMYK87.80%58.54%0.00%
67.84%

Color #0A2252 in popluar number systems.

HEX0A2252
Decimal103482
Binary10101000101010010
Octal1242122

Shades and tints

Shades of #0A2252

#0A2252
(10,34,82)
#0A1F4B
(10,31,75)
#0A1C44
(10,28,68)
#0A193D
(10,25,61)
#0A1636
(10,22,54)
#0A132F
(10,19,47)
#0A1028
(10,16,40)
#0A0D21
(10,13,33)
#0A0A1A
(10,10,26)
#0A0713
(10,7,19)
#0A040C
(10,4,12)
#000000
(0,0,0)

Tints of #0A2252

#0A2252
(10,34,82)
#203661
(32,54,97)
#364A70
(54,74,112)
#4C5E7F
(76,94,127)
#62728E
(98,114,142)
#78869D
(120,134,157)
#8E9AAC
(142,154,172)
#A4AEBB
(164,174,187)
#BAC2CA
(186,194,202)
#D0D6D9
(208,214,217)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A2252 color. Also use rgb(10,34,82) instead hex code.

Text Font Color

.myTextColor { color: #0A2252; }

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

This text font color is #0A2252.


Background Color

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

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

This div background color is #0A2252.


Border color

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

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

This div border color is #0A2252.


Opacity

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

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

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

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

This text has shadow with #0A2252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A2252 on black background.


Color preview on white background

This text has color #0A2252 on white background.



Black color preview on #0A2252 background

This text has black color on #0A2252 background.


White color preview on #0A2252 background

This text has white color on #0A2252 background.