COLOR #0A154D

HEX: #0A154D
RGB: (10,21,77)

Color info

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

RGB color model

#0A154D color RGB value is (10,21,77).

  • red value is 10;
  • green value is 21;
  • blue value is 77.
RGB:
(10,21,77)
(4%,8%,30%)

RGB channels and saturation

R 10 of 255 = 4%
G 21 of 255 = 8%
B 77 of 255 = 30%

10
21
77

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

Portions of RGB colors in percentages

R + G + B =
10 + 21 + 77 = 108 (100%)
R 10 of 108 ~ 9.26%
G 21 of 108 ~ 19.44%
B 77 of 108 ~ 71.3%

%19.44
%71.3

CMYK color model

#0A154D color CMYK value is (87,73,0,70).

  • cyan value is 87.01%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(87,73,0,70)
C87M73Y0K70 
(87%,73%,0%,70%)
(0.87/0.73/0.00/0.70)	

CMYK percentages

%87.01
%72.73
%0
%69.8

Codes

Color #0A154D in popluar color models

0A154D
RGB102177
HSL230°77.01%17.06%
HSB/HSV230°87.01%30.20%
CMYK87.01%72.73%0.00%
69.80%

Color #0A154D in popluar number systems.

HEX0A154D
Decimal102177
Binary1010101011001101
Octal1225115

Shades and tints

Shades of #0A154D

#0A154D
(10,21,77)
#0A1446
(10,20,70)
#0A133F
(10,19,63)
#0A1238
(10,18,56)
#0A1131
(10,17,49)
#0A102A
(10,16,42)
#0A0F23
(10,15,35)
#0A0E1C
(10,14,28)
#0A0D15
(10,13,21)
#0A0C0E
(10,12,14)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #0A154D

#0A154D
(10,21,77)
#202A5D
(32,42,93)
#363F6D
(54,63,109)
#4C547D
(76,84,125)
#62698D
(98,105,141)
#787E9D
(120,126,157)
#8E93AD
(142,147,173)
#A4A8BD
(164,168,189)
#BABDCD
(186,189,205)
#D0D2DD
(208,210,221)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A154D color. Also use rgb(10,21,77) instead hex code.

Text Font Color

.myTextColor { color: #0A154D; }

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

This text font color is #0A154D.


Background Color

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

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

This div background color is #0A154D.


Border color

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

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

This div border color is #0A154D.


Opacity

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

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

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

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

This text has shadow with #0A154D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A154D on black background.


Color preview on white background

This text has color #0A154D on white background.



Black color preview on #0A154D background

This text has black color on #0A154D background.


White color preview on #0A154D background

This text has white color on #0A154D background.