Shades of Navy Blue #0079CE
Tints of Navy Blue #0079CE
RGB
CMYK
RGB Variations
Color information
#0079CE (or 0x0079CE) is known color: Navy Blue. HEX triplet: 00, 79 and CE. RGB value is (0,121,206). Sum of RGB (Red+Green+Blue) = 0+121+206=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #0079CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0079CE is #FF8631. Grayscale: #5E5E5E. Windows color (decimal): -16746034 or 13531392. OLE color: 13531392.
HSL color Cylindrical-coordinate representation of color #0079CE: hue angle of 204.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0079CE is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 121 | 206 | - |
| CMYK | 1 | 0.41 | 0 | 0.19 |
| HSL | 204.76º | 1% | 0.4% | - |
| HSV(B) | 204.76º | 1% | 0.81% | - |
| XYZ | 17.98 | 18.13 | 60.94 | - |
| YUV | 94.51 | 190.91 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 206 | 1 | 0.41 | 0 | 0.19 | 204.76 | 1 | 0.4 |
| Hex | 0 | 79 | CE | 64 | 29 | 0 | 13 | CD | 64 | 28 |
| Octal | 0 | 171 | 316 | 144 | 51 | 0 | 23 | 315 | 144 | 50 |
| Binary | 0 | 1111001 | 11001110 | 1100100 | 101001 | 0 | 10011 | 11001101 | 1100100 | 101000 |
Color Harmonies of #0079CE
Complementary color
Monochromatic Colors of #0079CE
Black with #0079CE
Text Example
Text Example
White with #0079CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0079CE; }
p { color: rgb(0,121,206); }
H1.HeaderClassName
{
color: #0079CE;
}
.AnyTagClassName
{
color: #0079CE;
}
</style>
background-color css
<style>
a { background-color: #0079CE; }
a { background-color: rgb(0,121,206); }
div.DivClassName
{
background-color: #0079CE;
}
.BgClassName
{
background-color: #0079CE;
}
</style>
border-color css
<style>
span { border-color: #0079CE; }
span { border-color: rgb(0,121,206); }
td.TdClassName
{
border-color: #0079CE;
}
.TagClassName
{
border-color: #0079CE;
}
</style>