Shades of Navy Blue #0979DF
Tints of Navy Blue #0979DF
RGB
CMYK
RGB Variations
Color information
#0979DF (or 0x0979DF) is known color: Navy Blue. HEX triplet: 09, 79 and DF. RGB value is (9,121,223). Sum of RGB (Red+Green+Blue) = 9+121+223=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #0979DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0979DF is #F68620. Grayscale: #626262. Windows color (decimal): -16156193 or 14645513. OLE color: 14645513.
HSL color Cylindrical-coordinate representation of color #0979DF: hue angle of 208.6º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0979DF is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 121 | 223 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.13 |
| HSL | 208.6º | 0.92% | 0.45% | - |
| HSV(B) | 208.6º | 0.96% | 0.87% | - |
| XYZ | 20.27 | 19.06 | 72.42 | - |
| YUV | 99.14 | 197.89 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 223 | 0.96 | 0.46 | 0 | 0.13 | 208.6 | 0.92 | 0.45 |
| Hex | 9 | 79 | DF | 60 | 2E | 0 | D | D1 | 5C | 2D |
| Octal | 11 | 171 | 337 | 140 | 56 | 0 | 15 | 321 | 134 | 55 |
| Binary | 1001 | 1111001 | 11011111 | 1100000 | 101110 | 0 | 1101 | 11010001 | 1011100 | 101101 |
Color Harmonies of #0979DF
Complementary color
Monochromatic Colors of #0979DF
Black with #0979DF
Text Example
Text Example
White with #0979DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0979DF; }
p { color: rgb(9,121,223); }
H1.HeaderClassName
{
color: #0979DF;
}
.AnyTagClassName
{
color: #0979DF;
}
</style>
background-color css
<style>
a { background-color: #0979DF; }
a { background-color: rgb(9,121,223); }
div.DivClassName
{
background-color: #0979DF;
}
.BgClassName
{
background-color: #0979DF;
}
</style>
border-color css
<style>
span { border-color: #0979DF; }
span { border-color: rgb(9,121,223); }
td.TdClassName
{
border-color: #0979DF;
}
.TagClassName
{
border-color: #0979DF;
}
</style>