Shades of Navy Blue #0970EF
Tints of Navy Blue #0970EF
RGB
CMYK
RGB Variations
Color information
#0970EF (or 0x0970EF) is known color: Navy Blue. HEX triplet: 09, 70 and EF. RGB value is (9,112,239). Sum of RGB (Red+Green+Blue) = 9+112+239=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #0970EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0970EF is #F68F10. Grayscale: #5F5F5F. Windows color (decimal): -16158481 or 15691785. OLE color: 15691785.
HSL color Cylindrical-coordinate representation of color #0970EF: hue angle of 213.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0970EF is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 112 | 239 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.06 |
| HSL | 213.13º | 0.93% | 0.49% | - |
| HSV(B) | 213.13º | 0.96% | 0.94% | - |
| XYZ | 21.49 | 17.88 | 83.98 | - |
| YUV | 95.68 | 208.88 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 239 | 0.96 | 0.53 | 0 | 0.06 | 213.13 | 0.93 | 0.49 |
| Hex | 9 | 70 | EF | 60 | 35 | 0 | 6 | D5 | 5D | 31 |
| Octal | 11 | 160 | 357 | 140 | 65 | 0 | 6 | 325 | 135 | 61 |
| Binary | 1001 | 1110000 | 11101111 | 1100000 | 110101 | 0 | 110 | 11010101 | 1011101 | 110001 |
Color Harmonies of #0970EF
Complementary color
Monochromatic Colors of #0970EF
Black with #0970EF
Text Example
Text Example
White with #0970EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0970EF; }
p { color: rgb(9,112,239); }
H1.HeaderClassName
{
color: #0970EF;
}
.AnyTagClassName
{
color: #0970EF;
}
</style>
background-color css
<style>
a { background-color: #0970EF; }
a { background-color: rgb(9,112,239); }
div.DivClassName
{
background-color: #0970EF;
}
.BgClassName
{
background-color: #0970EF;
}
</style>
border-color css
<style>
span { border-color: #0970EF; }
span { border-color: rgb(9,112,239); }
td.TdClassName
{
border-color: #0970EF;
}
.TagClassName
{
border-color: #0970EF;
}
</style>