Shades of Navy #080167
Tints of Navy #080167
RGB
CMYK
RGB Variations
Color information
#080167 (or 0x080167) is known color: Navy. HEX triplet: 08, 01 and 67. RGB value is (8,1,103). Sum of RGB (Red+Green+Blue) = 8+1+103=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 103 (40.62% from 255 or 91.96% from 112); Max value from RGB is 103 - color contains mainly: blue. Hex color #080167 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080167 is #F7FE98. Grayscale: #0E0E0E. Windows color (decimal): -16252569 or 6750472. OLE color: 6750472.
HSL color Cylindrical-coordinate representation of color #080167: hue angle of 244.12º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080167 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 1 | 103 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.60 |
| HSL | 244.12º | 0.98% | 0.2% | - |
| HSV(B) | 244.12º | 0.99% | 0.4% | - |
| XYZ | 2.56 | 1.05 | 12.9 | - |
| YUV | 14.72 | 177.82 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 103 | 0.92 | 0.99 | 0 | 0.60 | 244.12 | 0.98 | 0.2 |
| Hex | 8 | 1 | 67 | 5C | 63 | 0 | 3C | F4 | 62 | 14 |
| Octal | 10 | 1 | 147 | 134 | 143 | 0 | 74 | 364 | 142 | 24 |
| Binary | 1000 | 1 | 1100111 | 1011100 | 1100011 | 0 | 111100 | 11110100 | 1100010 | 10100 |
Color Harmonies of #080167
Complementary color
Monochromatic Colors of #080167
Black with #080167
Text Example
Text Example
White with #080167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080167; }
p { color: rgb(8,1,103); }
H1.HeaderClassName
{
color: #080167;
}
.AnyTagClassName
{
color: #080167;
}
</style>
background-color css
<style>
a { background-color: #080167; }
a { background-color: rgb(8,1,103); }
div.DivClassName
{
background-color: #080167;
}
.BgClassName
{
background-color: #080167;
}
</style>
border-color css
<style>
span { border-color: #080167; }
span { border-color: rgb(8,1,103); }
td.TdClassName
{
border-color: #080167;
}
.TagClassName
{
border-color: #080167;
}
</style>