Shades of Navy Blue #0979CE
Tints of Navy Blue #0979CE
RGB
CMYK
RGB Variations
Color information
#0979CE (or 0x0979CE) is known color: Navy Blue. HEX triplet: 09, 79 and CE. RGB value is (9,121,206). Sum of RGB (Red+Green+Blue) = 9+121+206=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #0979CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0979CE is #F68631. Grayscale: #606060. Windows color (decimal): -16156210 or 13531401. OLE color: 13531401.
HSL color Cylindrical-coordinate representation of color #0979CE: hue angle of 205.89º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0979CE is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 121 | 206 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.19 |
| HSL | 205.89º | 0.92% | 0.42% | - |
| HSV(B) | 205.89º | 0.96% | 0.81% | - |
| XYZ | 18.09 | 18.19 | 60.95 | - |
| YUV | 97.2 | 189.39 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 206 | 0.96 | 0.41 | 0 | 0.19 | 205.89 | 0.92 | 0.42 |
| Hex | 9 | 79 | CE | 60 | 29 | 0 | 13 | CE | 5C | 2A |
| Octal | 11 | 171 | 316 | 140 | 51 | 0 | 23 | 316 | 134 | 52 |
| Binary | 1001 | 1111001 | 11001110 | 1100000 | 101001 | 0 | 10011 | 11001110 | 1011100 | 101010 |
Color Harmonies of #0979CE
Complementary color
Monochromatic Colors of #0979CE
Black with #0979CE
Text Example
Text Example
White with #0979CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0979CE; }
p { color: rgb(9,121,206); }
H1.HeaderClassName
{
color: #0979CE;
}
.AnyTagClassName
{
color: #0979CE;
}
</style>
background-color css
<style>
a { background-color: #0979CE; }
a { background-color: rgb(9,121,206); }
div.DivClassName
{
background-color: #0979CE;
}
.BgClassName
{
background-color: #0979CE;
}
</style>
border-color css
<style>
span { border-color: #0979CE; }
span { border-color: rgb(9,121,206); }
td.TdClassName
{
border-color: #0979CE;
}
.TagClassName
{
border-color: #0979CE;
}
</style>