Shades of Navy #080679
Tints of Navy #080679
RGB
CMYK
RGB Variations
Color information
#080679 (or 0x080679) is known color: Navy. HEX triplet: 08, 06 and 79. RGB value is (8,6,121). Sum of RGB (Red+Green+Blue) = 8+6+121=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 121 (47.66% from 255 or 89.63% from 135); Max value from RGB is 121 - color contains mainly: blue. Hex color #080679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080679 is #F7F986. Grayscale: #131313. Windows color (decimal): -16251271 or 7931400. OLE color: 7931400.
HSL color Cylindrical-coordinate representation of color #080679: hue angle of 241.04º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080679 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 6 | 121 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.53 |
| HSL | 241.04º | 0.91% | 0.25% | - |
| HSV(B) | 241.04º | 0.95% | 0.47% | - |
| XYZ | 3.62 | 1.56 | 18.2 | - |
| YUV | 19.71 | 185.16 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 121 | 0.93 | 0.95 | 0 | 0.53 | 241.04 | 0.91 | 0.25 |
| Hex | 8 | 6 | 79 | 5D | 5F | 0 | 35 | F1 | 5B | 19 |
| Octal | 10 | 6 | 171 | 135 | 137 | 0 | 65 | 361 | 133 | 31 |
| Binary | 1000 | 110 | 1111001 | 1011101 | 1011111 | 0 | 110101 | 11110001 | 1011011 | 11001 |
Color Harmonies of #080679
Complementary color
Monochromatic Colors of #080679
Black with #080679
Text Example
Text Example
White with #080679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080679; }
p { color: rgb(8,6,121); }
H1.HeaderClassName
{
color: #080679;
}
.AnyTagClassName
{
color: #080679;
}
</style>
background-color css
<style>
a { background-color: #080679; }
a { background-color: rgb(8,6,121); }
div.DivClassName
{
background-color: #080679;
}
.BgClassName
{
background-color: #080679;
}
</style>
border-color css
<style>
span { border-color: #080679; }
span { border-color: rgb(8,6,121); }
td.TdClassName
{
border-color: #080679;
}
.TagClassName
{
border-color: #080679;
}
</style>