Shades of Navy #080D7E
Tints of Navy #080D7E
RGB
CMYK
RGB Variations
Color information
#080D7E (or 0x080D7E) is known color: Navy. HEX triplet: 08, 0D and 7E. RGB value is (8,13,126). Sum of RGB (Red+Green+Blue) = 8+13+126=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 126 (49.61% from 255 or 85.71% from 147); Max value from RGB is 126 - color contains mainly: blue. Hex color #080D7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D7E is #F7F281. Grayscale: #171717. Windows color (decimal): -16249474 or 8260872. OLE color: 8260872.
HSL color Cylindrical-coordinate representation of color #080D7E: hue angle of 237.46º 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 #080D7E is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 13 | 126 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.51 |
| HSL | 237.46º | 0.88% | 0.26% | - |
| HSV(B) | 237.46º | 0.94% | 0.49% | - |
| XYZ | 4.01 | 1.85 | 19.88 | - |
| YUV | 24.39 | 185.34 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 126 | 0.94 | 0.90 | 0 | 0.51 | 237.46 | 0.88 | 0.26 |
| Hex | 8 | D | 7E | 5E | 5A | 0 | 33 | ED | 58 | 1A |
| Octal | 10 | 15 | 176 | 136 | 132 | 0 | 63 | 355 | 130 | 32 |
| Binary | 1000 | 1101 | 1111110 | 1011110 | 1011010 | 0 | 110011 | 11101101 | 1011000 | 11010 |
Color Harmonies of #080D7E
Complementary color
Monochromatic Colors of #080D7E
Black with #080D7E
Text Example
Text Example
White with #080D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D7E; }
p { color: rgb(8,13,126); }
H1.HeaderClassName
{
color: #080D7E;
}
.AnyTagClassName
{
color: #080D7E;
}
</style>
background-color css
<style>
a { background-color: #080D7E; }
a { background-color: rgb(8,13,126); }
div.DivClassName
{
background-color: #080D7E;
}
.BgClassName
{
background-color: #080D7E;
}
</style>
border-color css
<style>
span { border-color: #080D7E; }
span { border-color: rgb(8,13,126); }
td.TdClassName
{
border-color: #080D7E;
}
.TagClassName
{
border-color: #080D7E;
}
</style>