COLOR #0A1752

HEX: #0A1752 RGB: (10,23,82)

Color info

#0A1752 contains mainly green and blue colors. Web safe color of #0A1752 is #000066 (or #006).

RGB color model

#0A1752 color RGB value is (10,23,82).

RGB: (10,23,82) (4%, 9%, 32%)

RGB channels and saturation

R 10 of 255 = 4%
G 23 of 255 = 9%
B 82 of 255 = 32%

10
23
82

R + G + B ~ 15%. #0A1752 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 23 + 82 = 115 (100%)
R 10 of 115 ~ 8.7%
G 23 of 115 ~ 20%
B 82 of 115 ~ 71.3'%

%20
%71.3

CMYK color model

#0A1752 color CMYK value is (88,72,0,68).

  • cyan value is 87.80%
  • magenta value is 71.95%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK: (88,72,0,68) C88M72Y0K68 (88%,72%,0%,68%) (0.88/0.72/0.00/0.68) 

CMYK percentages

%87.8
%71.95
%0
%67.84

Codes

Color #0A1752 in popluar color models

0A 17 52
RGB 10 23 82
HSL 229° 78.26% 18.04%
HSB/HSV 229° 87.80% 32.16%
CMYK 87.80% 71.95% 0.00%
67.84%

Color #0A1752 in popluar number systems.

HEX 0A 17 52
Decimal 10 23 82
Binary 1010 10111 1010010
Octal 12 27 122

Shades and tints

Shades of #0A1752

#0A1752
(10,23,82)
#0A154B
(10,21,75)
#0A1344
(10,19,68)
#0A113D
(10,17,61)
#0A0F36
(10,15,54)
#0A0D2F
(10,13,47)
#0A0B28
(10,11,40)
#0A0921
(10,9,33)
#0A071A
(10,7,26)
#0A0513
(10,5,19)
#0A030C
(10,3,12)
#000000
(0,0,0)

Tints of #0A1752

#0A1752
(10,23,82)
#202C61
(32,44,97)
#364170
(54,65,112)
#4C567F
(76,86,127)
#626B8E
(98,107,142)
#78809D
(120,128,157)
#8E95AC
(142,149,172)
#A4AABB
(164,170,187)
#BABFCA
(186,191,202)
#D0D4D9
(208,212,217)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1752; }

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

This text font color is #0A1752.

Background Color

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

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

This div background color is #0A1752.

Border color

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

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

This div border color is #0A1752.

Opacity

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

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

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

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

This text has shadow with #0A1752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A1752.

Preview

Color preview on black background

This text has color #0A1752 on black background.


Color preview on white background

This text has color #0A1752 on white background.


Black color preview on #0A1752 background

This text has black color on #0A1752 background.


White color preview on #0A1752 background

This text has white color on #0A1752 background.


Related colors

Complementary color

Complementary color for #hex is #F5E8AD.


I love getcolorcode.com

Triadic colors

1 #520A17 and #17520A with #0A1752 are triadic colors.

2 #52170A and #170A52 with #0A1752 are triadic colors.