Shades of Navy Blue #0079EF
Tints of Navy Blue #0079EF
RGB
CMYK
RGB Variations
Color information
#0079EF (or 0x0079EF) is known color: Navy Blue. HEX triplet: 00, 79 and EF. RGB value is (0,121,239). Sum of RGB (Red+Green+Blue) = 0+121+239=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #0079EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0079EF is #FF8610. Grayscale: #616161. Windows color (decimal): -16746001 or 15694080. OLE color: 15694080.
HSL color Cylindrical-coordinate representation of color #0079EF: hue angle of 209.62º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0079EF is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 121 | 239 | - |
| CMYK | 1 | 0.49 | 0 | 0.06 |
| HSL | 209.62º | 1% | 0.47% | - |
| HSV(B) | 209.62º | 1% | 0.94% | - |
| XYZ | 22.42 | 19.91 | 84.32 | - |
| YUV | 98.27 | 207.41 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 239 | 1 | 0.49 | 0 | 0.06 | 209.62 | 1 | 0.47 |
| Hex | 0 | 79 | EF | 64 | 31 | 0 | 6 | D2 | 64 | 2F |
| Octal | 0 | 171 | 357 | 144 | 61 | 0 | 6 | 322 | 144 | 57 |
| Binary | 0 | 1111001 | 11101111 | 1100100 | 110001 | 0 | 110 | 11010010 | 1100100 | 101111 |
Color Harmonies of #0079EF
Complementary color
Monochromatic Colors of #0079EF
Black with #0079EF
Text Example
Text Example
White with #0079EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0079EF; }
p { color: rgb(0,121,239); }
H1.HeaderClassName
{
color: #0079EF;
}
.AnyTagClassName
{
color: #0079EF;
}
</style>
background-color css
<style>
a { background-color: #0079EF; }
a { background-color: rgb(0,121,239); }
div.DivClassName
{
background-color: #0079EF;
}
.BgClassName
{
background-color: #0079EF;
}
</style>
border-color css
<style>
span { border-color: #0079EF; }
span { border-color: rgb(0,121,239); }
td.TdClassName
{
border-color: #0079EF;
}
.TagClassName
{
border-color: #0079EF;
}
</style>