Shades of Navy Blue #0079DF
Tints of Navy Blue #0079DF
RGB
CMYK
RGB Variations
Color information
#0079DF (or 0x0079DF) is known color: Navy Blue. HEX triplet: 00, 79 and DF. RGB value is (0,121,223). Sum of RGB (Red+Green+Blue) = 0+121+223=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #0079DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0079DF is #FF8620. Grayscale: #5F5F5F. Windows color (decimal): -16746017 or 14645504. OLE color: 14645504.
HSL color Cylindrical-coordinate representation of color #0079DF: hue angle of 207.44º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0079DF is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 121 | 223 | - |
| CMYK | 1 | 0.46 | 0 | 0.13 |
| HSL | 207.44º | 1% | 0.44% | - |
| HSV(B) | 207.44º | 1% | 0.87% | - |
| XYZ | 20.16 | 19 | 72.42 | - |
| YUV | 96.45 | 199.41 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 223 | 1 | 0.46 | 0 | 0.13 | 207.44 | 1 | 0.44 |
| Hex | 0 | 79 | DF | 64 | 2E | 0 | D | CF | 64 | 2C |
| Octal | 0 | 171 | 337 | 144 | 56 | 0 | 15 | 317 | 144 | 54 |
| Binary | 0 | 1111001 | 11011111 | 1100100 | 101110 | 0 | 1101 | 11001111 | 1100100 | 101100 |
Color Harmonies of #0079DF
Complementary color
Monochromatic Colors of #0079DF
Black with #0079DF
Text Example
Text Example
White with #0079DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0079DF; }
p { color: rgb(0,121,223); }
H1.HeaderClassName
{
color: #0079DF;
}
.AnyTagClassName
{
color: #0079DF;
}
</style>
background-color css
<style>
a { background-color: #0079DF; }
a { background-color: rgb(0,121,223); }
div.DivClassName
{
background-color: #0079DF;
}
.BgClassName
{
background-color: #0079DF;
}
</style>
border-color css
<style>
span { border-color: #0079DF; }
span { border-color: rgb(0,121,223); }
td.TdClassName
{
border-color: #0079DF;
}
.TagClassName
{
border-color: #0079DF;
}
</style>