Shades of Navy #080178
Tints of Navy #080178
RGB
CMYK
RGB Variations
Color information
#080178 (or 0x080178) is known color: Navy. HEX triplet: 08, 01 and 78. RGB value is (8,1,120). Sum of RGB (Red+Green+Blue) = 8+1+120=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 120 (47.27% from 255 or 93.02% from 129); Max value from RGB is 120 - color contains mainly: blue. Hex color #080178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080178 is #F7FE87. Grayscale: #101010. Windows color (decimal): -16252552 or 7864584. OLE color: 7864584.
HSL color Cylindrical-coordinate representation of color #080178: hue angle of 243.53º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080178 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 1 | 120 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.53 |
| HSL | 243.53º | 0.98% | 0.24% | - |
| HSV(B) | 243.53º | 0.99% | 0.47% | - |
| XYZ | 3.5 | 1.43 | 17.86 | - |
| YUV | 16.66 | 186.32 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 120 | 0.93 | 0.99 | 0 | 0.53 | 243.53 | 0.98 | 0.24 |
| Hex | 8 | 1 | 78 | 5D | 63 | 0 | 35 | F4 | 62 | 18 |
| Octal | 10 | 1 | 170 | 135 | 143 | 0 | 65 | 364 | 142 | 30 |
| Binary | 1000 | 1 | 1111000 | 1011101 | 1100011 | 0 | 110101 | 11110100 | 1100010 | 11000 |
Color Harmonies of #080178
Complementary color
Monochromatic Colors of #080178
Black with #080178
Text Example
Text Example
White with #080178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080178; }
p { color: rgb(8,1,120); }
H1.HeaderClassName
{
color: #080178;
}
.AnyTagClassName
{
color: #080178;
}
</style>
background-color css
<style>
a { background-color: #080178; }
a { background-color: rgb(8,1,120); }
div.DivClassName
{
background-color: #080178;
}
.BgClassName
{
background-color: #080178;
}
</style>
border-color css
<style>
span { border-color: #080178; }
span { border-color: rgb(8,1,120); }
td.TdClassName
{
border-color: #080178;
}
.TagClassName
{
border-color: #080178;
}
</style>