Shades of Navy #080D83
Tints of Navy #080D83
RGB
CMYK
RGB Variations
Color information
#080D83 (or 0x080D83) is known color: Navy. HEX triplet: 08, 0D and 83. RGB value is (8,13,131). Sum of RGB (Red+Green+Blue) = 8+13+131=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 131 (51.56% from 255 or 86.18% from 152); Max value from RGB is 131 - color contains mainly: blue. Hex color #080D83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080D83 is #F7F27C. Grayscale: #181818. Windows color (decimal): -16249469 or 8588552. OLE color: 8588552.
HSL color Cylindrical-coordinate representation of color #080D83: hue angle of 237.56º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080D83 is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 13 | 131 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.49 |
| HSL | 237.56º | 0.88% | 0.27% | - |
| HSV(B) | 237.56º | 0.94% | 0.51% | - |
| XYZ | 4.34 | 1.98 | 21.63 | - |
| YUV | 24.96 | 187.84 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 131 | 0.94 | 0.90 | 0 | 0.49 | 237.56 | 0.88 | 0.27 |
| Hex | 8 | D | 83 | 5E | 5A | 0 | 31 | EE | 58 | 1B |
| Octal | 10 | 15 | 203 | 136 | 132 | 0 | 61 | 356 | 130 | 33 |
| Binary | 1000 | 1101 | 10000011 | 1011110 | 1011010 | 0 | 110001 | 11101110 | 1011000 | 11011 |
Color Harmonies of #080D83
Complementary color
Monochromatic Colors of #080D83
Black with #080D83
Text Example
Text Example
White with #080D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D83; }
p { color: rgb(8,13,131); }
H1.HeaderClassName
{
color: #080D83;
}
.AnyTagClassName
{
color: #080D83;
}
</style>
background-color css
<style>
a { background-color: #080D83; }
a { background-color: rgb(8,13,131); }
div.DivClassName
{
background-color: #080D83;
}
.BgClassName
{
background-color: #080D83;
}
</style>
border-color css
<style>
span { border-color: #080D83; }
span { border-color: rgb(8,13,131); }
td.TdClassName
{
border-color: #080D83;
}
.TagClassName
{
border-color: #080D83;
}
</style>