Shades of Navy Blue #0979E7
Tints of Navy Blue #0979E7
RGB
CMYK
RGB Variations
Color information
#0979E7 (or 0x0979E7) is known color: Navy Blue. HEX triplet: 09, 79 and E7. RGB value is (9,121,231). Sum of RGB (Red+Green+Blue) = 9+121+231=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 231 (90.62% from 255 or 63.99% from 361); Max value from RGB is 231 - color contains mainly: blue. Hex color #0979E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0979E7 is #F68618. Grayscale: #636363. Windows color (decimal): -16156185 or 15169801. OLE color: 15169801.
HSL color Cylindrical-coordinate representation of color #0979E7: hue angle of 209.73º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0979E7 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 121 | 231 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.09 |
| HSL | 209.73º | 0.93% | 0.47% | - |
| HSV(B) | 209.73º | 0.96% | 0.91% | - |
| XYZ | 21.37 | 19.5 | 78.24 | - |
| YUV | 100.05 | 201.89 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 231 | 0.96 | 0.48 | 0 | 0.09 | 209.73 | 0.93 | 0.47 |
| Hex | 9 | 79 | E7 | 60 | 30 | 0 | 9 | D2 | 5C | 2F |
| Octal | 11 | 171 | 347 | 140 | 60 | 0 | 11 | 322 | 134 | 57 |
| Binary | 1001 | 1111001 | 11100111 | 1100000 | 110000 | 0 | 1001 | 11010010 | 1011100 | 101111 |
Color Harmonies of #0979E7
Complementary color
Monochromatic Colors of #0979E7
Black with #0979E7
Text Example
Text Example
White with #0979E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0979E7; }
p { color: rgb(9,121,231); }
H1.HeaderClassName
{
color: #0979E7;
}
.AnyTagClassName
{
color: #0979E7;
}
</style>
background-color css
<style>
a { background-color: #0979E7; }
a { background-color: rgb(9,121,231); }
div.DivClassName
{
background-color: #0979E7;
}
.BgClassName
{
background-color: #0979E7;
}
</style>
border-color css
<style>
span { border-color: #0979E7; }
span { border-color: rgb(9,121,231); }
td.TdClassName
{
border-color: #0979E7;
}
.TagClassName
{
border-color: #0979E7;
}
</style>