Shades of Navy #08017B
Tints of Navy #08017B
RGB
CMYK
RGB Variations
Color information
#08017B (or 0x08017B) is known color: Navy. HEX triplet: 08, 01 and 7B. RGB value is (8,1,123). Sum of RGB (Red+Green+Blue) = 8+1+123=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 123 (48.44% from 255 or 93.18% from 132); Max value from RGB is 123 - color contains mainly: blue. Hex color #08017B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08017B is #F7FE84. Grayscale: #101010. Windows color (decimal): -16252549 or 8061192. OLE color: 8061192.
HSL color Cylindrical-coordinate representation of color #08017B: hue angle of 243.44º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08017B is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 1 | 123 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.52 |
| HSL | 243.44º | 0.98% | 0.24% | - |
| HSV(B) | 243.44º | 0.99% | 0.48% | - |
| XYZ | 3.69 | 1.5 | 18.83 | - |
| YUV | 17 | 187.82 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 123 | 0.93 | 0.99 | 0 | 0.52 | 243.44 | 0.98 | 0.24 |
| Hex | 8 | 1 | 7B | 5D | 63 | 0 | 34 | F3 | 62 | 18 |
| Octal | 10 | 1 | 173 | 135 | 143 | 0 | 64 | 363 | 142 | 30 |
| Binary | 1000 | 1 | 1111011 | 1011101 | 1100011 | 0 | 110100 | 11110011 | 1100010 | 11000 |
Color Harmonies of #08017B
Complementary color
Monochromatic Colors of #08017B
Black with #08017B
Text Example
Text Example
White with #08017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08017B; }
p { color: rgb(8,1,123); }
H1.HeaderClassName
{
color: #08017B;
}
.AnyTagClassName
{
color: #08017B;
}
</style>
background-color css
<style>
a { background-color: #08017B; }
a { background-color: rgb(8,1,123); }
div.DivClassName
{
background-color: #08017B;
}
.BgClassName
{
background-color: #08017B;
}
</style>
border-color css
<style>
span { border-color: #08017B; }
span { border-color: rgb(8,1,123); }
td.TdClassName
{
border-color: #08017B;
}
.TagClassName
{
border-color: #08017B;
}
</style>