COLOR #0A1C51

HEX: #0A1C51 RGB: (10,28,81)

Color info

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

RGB color model

#0A1C51 color RGB value is (10,28,81).

RGB: (10,28,81) (4%, 11%, 32%)

RGB channels and saturation

R 10 of 255 = 4%
G 28 of 255 = 11%
B 81 of 255 = 32%

10
28
81

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

Portions of RGB colors in percentages

R + G + B = 10 + 28 + 81 = 119 (100%)
R 10 of 119 ~ 8.4%
G 28 of 119 ~ 23.53%
B 81 of 119 ~ 68.07'%

%23.53
%68.07

CMYK color model

#0A1C51 color CMYK value is (88,65,0,68).

  • cyan value is 87.65%
  • magenta value is 65.43%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (88,65,0,68)
C88M65Y0K68 (88%, 65%, 0%, 68%)
(0.88 / 0.65 / 0.00 / 0.68)

CMYK percentages

%87.65
%65.43
%0
%68.24

Codes

Color #0A1C51 in popluar color models

0A 1C 51
RGB 10 28 81
HSL 225° 78.02% 17.84%
HSB/HSV 225° 87.65% 31.76%
CMYK 87.65% 65.43% 0.00%
68.24%

Color #0A1C51 in popluar number systems.

HEX 0A 1C 51
Decimal 10 28 81
Binary 1010 11100 1010001
Octal 12 34 121

Shades and tints

Shades of #0A1C51

#0A1C51
(10,28,81)
#0A1A4A
(10,26,74)
#0A1843
(10,24,67)
#0A163C
(10,22,60)
#0A1435
(10,20,53)
#0A122E
(10,18,46)
#0A1027
(10,16,39)
#0A0E20
(10,14,32)
#0A0C19
(10,12,25)
#0A0A12
(10,10,18)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #0A1C51

#0A1C51
(10,28,81)
#203060
(32,48,96)
#36446F
(54,68,111)
#4C587E
(76,88,126)
#626C8D
(98,108,141)
#78809C
(120,128,156)
#8E94AB
(142,148,171)
#A4A8BA
(164,168,186)
#BABCC9
(186,188,201)
#D0D0D8
(208,208,216)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1C51 color. Also use rgb(10,28,81) instead hex code.

Text Font Color

.myTextColor { color: #0A1C51; }

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

This text font color is #0A1C51.

Background Color

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

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

This div background color is #0A1C51.

Border color

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

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

This div border color is #0A1C51.

Opacity

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

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

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

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

This text has shadow with #0A1C51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A1C51.

Preview

Color preview on black background

This text has color #0A1C51 on black background.


Color preview on white background

This text has color #0A1C51 on white background.


Black color preview on #0A1C51 background

This text has black color on #0A1C51 background.


White color preview on #0A1C51 background

This text has white color on #0A1C51 background.


Related colors

Complementary color

Complementary color for #hex is #F5E3AE.


I love getcolorcode.com

Triadic colors

1 #510A1C and #1C510A with #0A1C51 are triadic colors.

2 #511C0A and #1C0A51 with #0A1C51 are triadic colors.