Shades of Navy Blue #0A70BE
Tints of Navy Blue #0A70BE
RGB
CMYK
RGB Variations
Color information
#0A70BE (or 0x0A70BE) is known color: Navy Blue. HEX triplet: 0A, 70 and BE. RGB value is (10,112,190). Sum of RGB (Red+Green+Blue) = 10+112+190=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A70BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A70BE is #F58F41. Grayscale: #595959. Windows color (decimal): -16092994 or 12480522. OLE color: 12480522.
HSL color Cylindrical-coordinate representation of color #0A70BE: hue angle of 206º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A70BE is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 112 | 190 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.25 |
| HSL | 206º | 0.9% | 0.39% | - |
| HSV(B) | 206º | 0.95% | 0.75% | - |
| XYZ | 15.21 | 15.37 | 50.88 | - |
| YUV | 90.39 | 184.21 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 190 | 0.95 | 0.41 | 0 | 0.25 | 206 | 0.9 | 0.39 |
| Hex | A | 70 | BE | 5F | 29 | 0 | 19 | CE | 5A | 27 |
| Octal | 12 | 160 | 276 | 137 | 51 | 0 | 31 | 316 | 132 | 47 |
| Binary | 1010 | 1110000 | 10111110 | 1011111 | 101001 | 0 | 11001 | 11001110 | 1011010 | 100111 |
Color Harmonies of #0A70BE
Complementary color
Monochromatic Colors of #0A70BE
Black with #0A70BE
Text Example
Text Example
White with #0A70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A70BE; }
p { color: rgb(10,112,190); }
H1.HeaderClassName
{
color: #0A70BE;
}
.AnyTagClassName
{
color: #0A70BE;
}
</style>
background-color css
<style>
a { background-color: #0A70BE; }
a { background-color: rgb(10,112,190); }
div.DivClassName
{
background-color: #0A70BE;
}
.BgClassName
{
background-color: #0A70BE;
}
</style>
border-color css
<style>
span { border-color: #0A70BE; }
span { border-color: rgb(10,112,190); }
td.TdClassName
{
border-color: #0A70BE;
}
.TagClassName
{
border-color: #0A70BE;
}
</style>