COLOR #0A004D

HEX: #0A004D
RGB: (10,0,77)

Color info

#0A004D contains mainly blue color. Web safe color of #0A004D is #000033 (or #003).

RGB color model

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

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

RGB channels and saturation

R 10 of 255 = 4%
G 0 of 255 = 0%
B 77 of 255 = 30%

10
0
77

R + G + B ~ 11%. #0A004D is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 0 + 77 = 87 (100%)
R 10 of 87 ~ 11.49%
G 0 of 87 ~ 0%
B 77 of 87 ~ 88.51%

%11.49
%88.51

CMYK color model

#0A004D color CMYK value is (87,100,0,70).

  • cyan value is 87.01%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(87,100,0,70)
C87M100Y0K70 
(87%,100%,0%,70%)
(0.87/1.00/0.00/0.70)	

CMYK percentages

%87.01
%100
%0
%69.8

Codes

Color #0A004D in popluar color models

0A004D
RGB10077
HSL248°100.00%15.10%
HSB/HSV248°100.00%30.20%
CMYK87.01%100.00%0.00%
69.80%

Color #0A004D in popluar number systems.

HEX0A004D
Decimal10077
Binary101001001101
Octal120115

Shades and tints

Shades of #0A004D

#0A004D
(10,0,77)
#0A0046
(10,0,70)
#0A003F
(10,0,63)
#0A0038
(10,0,56)
#0A0031
(10,0,49)
#0A002A
(10,0,42)
#0A0023
(10,0,35)
#0A001C
(10,0,28)
#0A0015
(10,0,21)
#0A000E
(10,0,14)
#0A0007
(10,0,7)
#000000
(0,0,0)

Tints of #0A004D

#0A004D
(10,0,77)
#20175D
(32,23,93)
#362E6D
(54,46,109)
#4C457D
(76,69,125)
#625C8D
(98,92,141)
#78739D
(120,115,157)
#8E8AAD
(142,138,173)
#A4A1BD
(164,161,189)
#BAB8CD
(186,184,205)
#D0CFDD
(208,207,221)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A004D; }

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

This text font color is #0A004D.


Background Color

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

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

This div background color is #0A004D.


Border color

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

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

This div border color is #0A004D.


Opacity

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

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

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

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

This text has shadow with #0A004D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A004D on black background.


Color preview on white background

This text has color #0A004D on white background.



Black color preview on #0A004D background

This text has black color on #0A004D background.


White color preview on #0A004D background

This text has white color on #0A004D background.