Shades of Navy Blue #0A49DC
Tints of Navy Blue #0A49DC
RGB
CMYK
RGB Variations
Color information
#0A49DC (or 0x0A49DC) is known color: Navy Blue. HEX triplet: 0A, 49 and DC. RGB value is (10,73,220). Sum of RGB (Red+Green+Blue) = 10+73+220=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #0A49DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A49DC is #F5B623. Grayscale: #464646. Windows color (decimal): -16102948 or 14436618. OLE color: 14436618.
HSL color Cylindrical-coordinate representation of color #0A49DC: hue angle of 222º 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 #0A49DC is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 73 | 220 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.14 |
| HSL | 222º | 0.91% | 0.45% | - |
| HSV(B) | 222º | 0.95% | 0.86% | - |
| XYZ | 15.43 | 10 | 68.83 | - |
| YUV | 70.92 | 212.13 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 220 | 0.95 | 0.67 | 0 | 0.14 | 222 | 0.91 | 0.45 |
| Hex | A | 49 | DC | 5F | 43 | 0 | E | DE | 5B | 2D |
| Octal | 12 | 111 | 334 | 137 | 103 | 0 | 16 | 336 | 133 | 55 |
| Binary | 1010 | 1001001 | 11011100 | 1011111 | 1000011 | 0 | 1110 | 11011110 | 1011011 | 101101 |
Color Harmonies of #0A49DC
Complementary color
Monochromatic Colors of #0A49DC
Black with #0A49DC
Text Example
Text Example
White with #0A49DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A49DC; }
p { color: rgb(10,73,220); }
H1.HeaderClassName
{
color: #0A49DC;
}
.AnyTagClassName
{
color: #0A49DC;
}
</style>
background-color css
<style>
a { background-color: #0A49DC; }
a { background-color: rgb(10,73,220); }
div.DivClassName
{
background-color: #0A49DC;
}
.BgClassName
{
background-color: #0A49DC;
}
</style>
border-color css
<style>
span { border-color: #0A49DC; }
span { border-color: rgb(10,73,220); }
td.TdClassName
{
border-color: #0A49DC;
}
.TagClassName
{
border-color: #0A49DC;
}
</style>