COLOR #0A1C4B

HEX: #0A1C4B RGB: (10,28,75)

Color info

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

RGB color model

#0A1C4B color RGB value is (10,28,75).

RGB: (10,28,75) (4%, 11%, 29%)

RGB channels and saturation

R 10 of 255 = 4%
G 28 of 255 = 11%
B 75 of 255 = 29%

10
28
75

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

Portions of RGB colors in percentages

R + G + B = 10 + 28 + 75 = 113 (100%)
R 10 of 113 ~ 8.85%
G 28 of 113 ~ 24.78%
B 75 of 113 ~ 66.37'%

%24.78
%66.37

CMYK color model

#0A1C4B color CMYK value is (87,63,0,71).

  • cyan value is 86.67%
  • magenta value is 62.67%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (87,63,0,71)
C87M63Y0K71 (87%, 63%, 0%, 71%)
(0.87 / 0.63 / 0.00 / 0.71)

CMYK percentages

%86.67
%62.67
%0
%70.59

Codes

Color #0A1C4B in popluar color models

0A 1C 4B
RGB 10 28 75
HSL 223° 76.47% 16.67%
HSB/HSV 223° 86.67% 29.41%
CMYK 86.67% 62.67% 0.00%
70.59%

Color #0A1C4B in popluar number systems.

HEX 0A 1C 4B
Decimal 10 28 75
Binary 1010 11100 1001011
Octal 12 34 113

Shades and tints

Shades of #0A1C4B

#0A1C4B
(10,28,75)
#0A1A45
(10,26,69)
#0A183F
(10,24,63)
#0A1639
(10,22,57)
#0A1433
(10,20,51)
#0A122D
(10,18,45)
#0A1027
(10,16,39)
#0A0E21
(10,14,33)
#0A0C1B
(10,12,27)
#0A0A15
(10,10,21)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #0A1C4B

#0A1C4B
(10,28,75)
#20305B
(32,48,91)
#36446B
(54,68,107)
#4C587B
(76,88,123)
#626C8B
(98,108,139)
#78809B
(120,128,155)
#8E94AB
(142,148,171)
#A4A8BB
(164,168,187)
#BABCCB
(186,188,203)
#D0D0DB
(208,208,219)
#E6E4EB
(230,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1C4B; }

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

This text font color is #0A1C4B.

Background Color

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

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

This div background color is #0A1C4B.

Border color

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

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

This div border color is #0A1C4B.

Opacity

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

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

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

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

This text has shadow with #0A1C4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A1C4B.

Preview

Color preview on black background

This text has color #0A1C4B on black background.


Color preview on white background

This text has color #0A1C4B on white background.


Black color preview on #0A1C4B background

This text has black color on #0A1C4B background.


White color preview on #0A1C4B background

This text has white color on #0A1C4B background.


Related colors

Complementary color

Complementary color for #hex is #F5E3B4.


I love getcolorcode.com

Triadic colors

1 #4B0A1C and #1C4B0A with #0A1C4B are triadic colors.

2 #4B1C0A and #1C0A4B with #0A1C4B are triadic colors.