COLOR #0A195E

HEX: #0A195E RGB: (10,25,94)

Color info

#0A195E contains mainly blue color. Web safe color of #0A195E is #000066 (or #006).

RGB color model

#0A195E color RGB value is (10,25,94).

RGB: (10,25,94) (4%, 10%, 37%)

RGB channels and saturation

R 10 of 255 = 4%
G 25 of 255 = 10%
B 94 of 255 = 37%

10
25
94

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

Portions of RGB colors in percentages

R + G + B = 10 + 25 + 94 = 129 (100%)
R 10 of 129 ~ 7.75%
G 25 of 129 ~ 19.38%
B 94 of 129 ~ 72.87'%

%19.38
%72.87

CMYK color model

#0A195E color CMYK value is (89,73,0,63).

  • cyan value is 89.36%
  • magenta value is 73.40%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK: (89,73,0,63) C89M73Y0K63 (89%,73%,0%,63%) (0.89/0.73/0.00/0.63) 

CMYK percentages

%89.36
%73.4
%0
%63.14

Codes

Color #0A195E in popluar color models

0A 19 5E
RGB 10 25 94
HSL 229° 80.77% 20.39%
HSB/HSV 229° 89.36% 36.86%
CMYK 89.36% 73.40% 0.00%
63.14%

Color #0A195E in popluar number systems.

HEX 0A 19 5E
Decimal 10 25 94
Binary 1010 11001 1011110
Octal 12 31 136

Shades and tints

Shades of #0A195E

#0A195E
(10,25,94)
#0A1756
(10,23,86)
#0A154E
(10,21,78)
#0A1346
(10,19,70)
#0A113E
(10,17,62)
#0A0F36
(10,15,54)
#0A0D2E
(10,13,46)
#0A0B26
(10,11,38)
#0A091E
(10,9,30)
#0A0716
(10,7,22)
#0A050E
(10,5,14)
#000000
(0,0,0)

Tints of #0A195E

#0A195E
(10,25,94)
#202D6C
(32,45,108)
#36417A
(54,65,122)
#4C5588
(76,85,136)
#626996
(98,105,150)
#787DA4
(120,125,164)
#8E91B2
(142,145,178)
#A4A5C0
(164,165,192)
#BAB9CE
(186,185,206)
#D0CDDC
(208,205,220)
#E6E1EA
(230,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A195E color. Also use rgb(10,25,94) instead hex code.

Text Font Color

.myTextColor { color: #0A195E; }

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

This text font color is #0A195E.

Background Color

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

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

This div background color is #0A195E.

Border color

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

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

This div border color is #0A195E.

Opacity

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

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

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

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

This text has shadow with #0A195E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A195E.

Preview

Color preview on black background

This text has color #0A195E on black background.


Color preview on white background

This text has color #0A195E on white background.


Black color preview on #0A195E background

This text has black color on #0A195E background.


White color preview on #0A195E background

This text has white color on #0A195E background.


Related colors

Complementary color

Complementary color for #hex is #F5E6A1.


I love getcolorcode.com

Triadic colors

1 #5E0A19 and #195E0A with #0A195E are triadic colors.

2 #5E190A and #190A5E with #0A195E are triadic colors.