COLOR #0A194B

HEX: #0A194B
RGB: (10,25,75)

Color info

#0A194B contains mainly green and blue colors. Web safe color of #0A194B is #000033 (or #003).

RGB color model

#0A194B color RGB value is (10,25,75).

  • red value is 10;
  • green value is 25;
  • blue value is 75.
RGB:
(10,25,75)
(4%,10%,29%)

RGB channels and saturation

R 10 of 255 = 4%
G 25 of 255 = 10%
B 75 of 255 = 29%

10
25
75

R + G + B ~ 14%. #0A194B is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 25 + 75 = 110 (100%)
R 10 of 110 ~ 9.09%
G 25 of 110 ~ 22.73%
B 75 of 110 ~ 68.18%

%22.73
%68.18

CMYK color model

#0A194B color CMYK value is (87,67,0,71).

  • cyan value is 86.67%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(87,67,0,71)
C87M67Y0K71 
(87%,67%,0%,71%)
(0.87/0.67/0.00/0.71)	

CMYK percentages

%86.67
%66.67
%0
%70.59

Codes

Color #0A194B in popluar color models

0A194B
RGB102575
HSL226°76.47%16.67%
HSB/HSV226°86.67%29.41%
CMYK86.67%66.67%0.00%
70.59%

Color #0A194B in popluar number systems.

HEX0A194B
Decimal102575
Binary1010110011001011
Octal1231113

Shades and tints

Shades of #0A194B

#0A194B
(10,25,75)
#0A1745
(10,23,69)
#0A153F
(10,21,63)
#0A1339
(10,19,57)
#0A1133
(10,17,51)
#0A0F2D
(10,15,45)
#0A0D27
(10,13,39)
#0A0B21
(10,11,33)
#0A091B
(10,9,27)
#0A0715
(10,7,21)
#0A050F
(10,5,15)
#000000
(0,0,0)

Tints of #0A194B

#0A194B
(10,25,75)
#202D5B
(32,45,91)
#36416B
(54,65,107)
#4C557B
(76,85,123)
#62698B
(98,105,139)
#787D9B
(120,125,155)
#8E91AB
(142,145,171)
#A4A5BB
(164,165,187)
#BAB9CB
(186,185,203)
#D0CDDB
(208,205,219)
#E6E1EB
(230,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A194B; }

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

This text font color is #0A194B.


Background Color

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

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

This div background color is #0A194B.


Border color

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

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

This div border color is #0A194B.


Opacity

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

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

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

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

This text has shadow with #0A194B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A194B on black background.


Color preview on white background

This text has color #0A194B on white background.



Black color preview on #0A194B background

This text has black color on #0A194B background.


White color preview on #0A194B background

This text has white color on #0A194B background.