COLOR #0A2552

HEX: #0A2552 RGB: (10,37,82)

Color info

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

RGB color model

#0A2552 color RGB value is (10,37,82).

RGB: (10,37,82) (4%, 15%, 32%)

RGB channels and saturation

R 10 of 255 = 4%
G 37 of 255 = 15%
B 82 of 255 = 32%

10
37
82

R + G + B ~ 17%. #0A2552 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 37 + 82 = 129 (100%)
R 10 of 129 ~ 7.75%
G 37 of 129 ~ 28.68%
B 82 of 129 ~ 63.57'%

%28.68
%63.57

CMYK color model

#0A2552 color CMYK value is (88,55,0,68).

  • cyan value is 87.80%
  • magenta value is 54.88%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (88,55,0,68)
C88M55Y0K68 (88%, 55%, 0%, 68%)
(0.88 / 0.55 / 0.00 / 0.68)

CMYK percentages

%87.8
%54.88
%0
%67.84

Codes

Color #0A2552 in popluar color models

0A 25 52
RGB 10 37 82
HSL 218° 78.26% 18.04%
HSB/HSV 218° 87.80% 32.16%
CMYK 87.80% 54.88% 0.00%
67.84%

Color #0A2552 in popluar number systems.

HEX 0A 25 52
Decimal 10 37 82
Binary 1010 100101 1010010
Octal 12 45 122

Shades and tints

Shades of #0A2552

#0A2552
(10,37,82)
#0A224B
(10,34,75)
#0A1F44
(10,31,68)
#0A1C3D
(10,28,61)
#0A1936
(10,25,54)
#0A162F
(10,22,47)
#0A1328
(10,19,40)
#0A1021
(10,16,33)
#0A0D1A
(10,13,26)
#0A0A13
(10,10,19)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #0A2552

#0A2552
(10,37,82)
#203861
(32,56,97)
#364B70
(54,75,112)
#4C5E7F
(76,94,127)
#62718E
(98,113,142)
#78849D
(120,132,157)
#8E97AC
(142,151,172)
#A4AABB
(164,170,187)
#BABDCA
(186,189,202)
#D0D0D9
(208,208,217)
#E6E3E8
(230,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2552; }

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

This text font color is #0A2552.

Background Color

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

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

This div background color is #0A2552.

Border color

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

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

This div border color is #0A2552.

Opacity

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

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

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

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

This text has shadow with #0A2552 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A2552.

Preview

Color preview on black background

This text has color #0A2552 on black background.


Color preview on white background

This text has color #0A2552 on white background.


Black color preview on #0A2552 background

This text has black color on #0A2552 background.


White color preview on #0A2552 background

This text has white color on #0A2552 background.


Related colors

Complementary color

Complementary color for #hex is #F5DAAD.


I love getcolorcode.com

Triadic colors

1 #520A25 and #25520A with #0A2552 are triadic colors.

2 #52250A and #250A52 with #0A2552 are triadic colors.