Shades of Navy Blue #0A47DC
Tints of Navy Blue #0A47DC
RGB
CMYK
RGB Variations
Color information
#0A47DC (or 0x0A47DC) is known color: Navy Blue. HEX triplet: 0A, 47 and DC. RGB value is (10,71,220). Sum of RGB (Red+Green+Blue) = 10+71+220=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #0A47DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A47DC is #F5B823. Grayscale: #454545. Windows color (decimal): -16103460 or 14436106. OLE color: 14436106.
HSL color Cylindrical-coordinate representation of color #0A47DC: hue angle of 222.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A47DC is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 71 | 220 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.14 |
| HSL | 222.57º | 0.91% | 0.45% | - |
| HSV(B) | 222.57º | 0.95% | 0.86% | - |
| XYZ | 15.3 | 9.74 | 68.78 | - |
| YUV | 69.75 | 212.79 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 71 | 220 | 0.95 | 0.68 | 0 | 0.14 | 222.57 | 0.91 | 0.45 |
| Hex | A | 47 | DC | 5F | 44 | 0 | E | DF | 5B | 2D |
| Octal | 12 | 107 | 334 | 137 | 104 | 0 | 16 | 337 | 133 | 55 |
| Binary | 1010 | 1000111 | 11011100 | 1011111 | 1000100 | 0 | 1110 | 11011111 | 1011011 | 101101 |
Color Harmonies of #0A47DC
Complementary color
Monochromatic Colors of #0A47DC
Black with #0A47DC
Text Example
Text Example
White with #0A47DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A47DC; }
p { color: rgb(10,71,220); }
H1.HeaderClassName
{
color: #0A47DC;
}
.AnyTagClassName
{
color: #0A47DC;
}
</style>
background-color css
<style>
a { background-color: #0A47DC; }
a { background-color: rgb(10,71,220); }
div.DivClassName
{
background-color: #0A47DC;
}
.BgClassName
{
background-color: #0A47DC;
}
</style>
border-color css
<style>
span { border-color: #0A47DC; }
span { border-color: rgb(10,71,220); }
td.TdClassName
{
border-color: #0A47DC;
}
.TagClassName
{
border-color: #0A47DC;
}
</style>