Shades of Navy #08117E
Tints of Navy #08117E
RGB
CMYK
RGB Variations
Color information
#08117E (or 0x08117E) is known color: Navy. HEX triplet: 08, 11 and 7E. RGB value is (8,17,126). Sum of RGB (Red+Green+Blue) = 8+17+126=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 126 (49.61% from 255 or 83.44% from 151); Max value from RGB is 126 - color contains mainly: blue. Hex color #08117E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08117E is #F7EE81. Grayscale: #1A1A1A. Windows color (decimal): -16248450 or 8261896. OLE color: 8261896.
HSL color Cylindrical-coordinate representation of color #08117E: hue angle of 235.42º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08117E is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 17 | 126 | - |
| CMYK | 0.94 | 0.87 | 0 | 0.51 |
| HSL | 235.42º | 0.88% | 0.26% | - |
| HSV(B) | 235.42º | 0.94% | 0.49% | - |
| XYZ | 4.07 | 1.96 | 19.9 | - |
| YUV | 26.74 | 184.02 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 126 | 0.94 | 0.87 | 0 | 0.51 | 235.42 | 0.88 | 0.26 |
| Hex | 8 | 11 | 7E | 5E | 57 | 0 | 33 | EB | 58 | 1A |
| Octal | 10 | 21 | 176 | 136 | 127 | 0 | 63 | 353 | 130 | 32 |
| Binary | 1000 | 10001 | 1111110 | 1011110 | 1010111 | 0 | 110011 | 11101011 | 1011000 | 11010 |
Color Harmonies of #08117E
Complementary color
Monochromatic Colors of #08117E
Black with #08117E
Text Example
Text Example
White with #08117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08117E; }
p { color: rgb(8,17,126); }
H1.HeaderClassName
{
color: #08117E;
}
.AnyTagClassName
{
color: #08117E;
}
</style>
background-color css
<style>
a { background-color: #08117E; }
a { background-color: rgb(8,17,126); }
div.DivClassName
{
background-color: #08117E;
}
.BgClassName
{
background-color: #08117E;
}
</style>
border-color css
<style>
span { border-color: #08117E; }
span { border-color: rgb(8,17,126); }
td.TdClassName
{
border-color: #08117E;
}
.TagClassName
{
border-color: #08117E;
}
</style>