Shades of Navy Blue #0970ED
Tints of Navy Blue #0970ED
RGB
CMYK
RGB Variations
Color information
#0970ED (or 0x0970ED) is known color: Navy Blue. HEX triplet: 09, 70 and ED. RGB value is (9,112,237). Sum of RGB (Red+Green+Blue) = 9+112+237=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #0970ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0970ED is #F68F12. Grayscale: #5E5E5E. Windows color (decimal): -16158483 or 15560713. OLE color: 15560713.
HSL color Cylindrical-coordinate representation of color #0970ED: hue angle of 212.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0970ED is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 112 | 237 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.07 |
| HSL | 212.89º | 0.93% | 0.48% | - |
| HSV(B) | 212.89º | 0.96% | 0.93% | - |
| XYZ | 21.19 | 17.76 | 82.43 | - |
| YUV | 95.45 | 207.88 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 237 | 0.96 | 0.53 | 0 | 0.07 | 212.89 | 0.93 | 0.48 |
| Hex | 9 | 70 | ED | 60 | 35 | 0 | 7 | D5 | 5D | 30 |
| Octal | 11 | 160 | 355 | 140 | 65 | 0 | 7 | 325 | 135 | 60 |
| Binary | 1001 | 1110000 | 11101101 | 1100000 | 110101 | 0 | 111 | 11010101 | 1011101 | 110000 |
Color Harmonies of #0970ED
Complementary color
Monochromatic Colors of #0970ED
Black with #0970ED
Text Example
Text Example
White with #0970ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0970ED; }
p { color: rgb(9,112,237); }
H1.HeaderClassName
{
color: #0970ED;
}
.AnyTagClassName
{
color: #0970ED;
}
</style>
background-color css
<style>
a { background-color: #0970ED; }
a { background-color: rgb(9,112,237); }
div.DivClassName
{
background-color: #0970ED;
}
.BgClassName
{
background-color: #0970ED;
}
</style>
border-color css
<style>
span { border-color: #0970ED; }
span { border-color: rgb(9,112,237); }
td.TdClassName
{
border-color: #0970ED;
}
.TagClassName
{
border-color: #0970ED;
}
</style>