Shades of Navy Blue #0A70DF
Tints of Navy Blue #0A70DF
RGB
CMYK
RGB Variations
Color information
#0A70DF (or 0x0A70DF) is known color: Navy Blue. HEX triplet: 0A, 70 and DF. RGB value is (10,112,223). Sum of RGB (Red+Green+Blue) = 10+112+223=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A70DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A70DF is #F58F20. Grayscale: #5D5D5D. Windows color (decimal): -16092961 or 14643210. OLE color: 14643210.
HSL color Cylindrical-coordinate representation of color #0A70DF: hue angle of 211.27º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A70DF is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 112 | 223 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.13 |
| HSL | 211.27º | 0.91% | 0.46% | - |
| HSV(B) | 211.27º | 0.96% | 0.87% | - |
| XYZ | 19.24 | 16.98 | 72.08 | - |
| YUV | 94.16 | 200.71 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 223 | 0.96 | 0.50 | 0 | 0.13 | 211.27 | 0.91 | 0.46 |
| Hex | A | 70 | DF | 60 | 32 | 0 | D | D3 | 5B | 2E |
| Octal | 12 | 160 | 337 | 140 | 62 | 0 | 15 | 323 | 133 | 56 |
| Binary | 1010 | 1110000 | 11011111 | 1100000 | 110010 | 0 | 1101 | 11010011 | 1011011 | 101110 |
Color Harmonies of #0A70DF
Complementary color
Monochromatic Colors of #0A70DF
Black with #0A70DF
Text Example
Text Example
White with #0A70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A70DF; }
p { color: rgb(10,112,223); }
H1.HeaderClassName
{
color: #0A70DF;
}
.AnyTagClassName
{
color: #0A70DF;
}
</style>
background-color css
<style>
a { background-color: #0A70DF; }
a { background-color: rgb(10,112,223); }
div.DivClassName
{
background-color: #0A70DF;
}
.BgClassName
{
background-color: #0A70DF;
}
</style>
border-color css
<style>
span { border-color: #0A70DF; }
span { border-color: rgb(10,112,223); }
td.TdClassName
{
border-color: #0A70DF;
}
.TagClassName
{
border-color: #0A70DF;
}
</style>