Shades of Navy #080B83
Tints of Navy #080B83
RGB
CMYK
RGB Variations
Color information
#080B83 (or 0x080B83) is known color: Navy. HEX triplet: 08, 0B and 83. RGB value is (8,11,131). Sum of RGB (Red+Green+Blue) = 8+11+131=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 131 (51.56% from 255 or 87.33% from 150); Max value from RGB is 131 - color contains mainly: blue. Hex color #080B83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080B83 is #F7F47C. Grayscale: #171717. Windows color (decimal): -16249981 or 8588040. OLE color: 8588040.
HSL color Cylindrical-coordinate representation of color #080B83: hue angle of 238.54º 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 #080B83 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 11 | 131 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.49 |
| HSL | 238.54º | 0.88% | 0.27% | - |
| HSV(B) | 238.54º | 0.94% | 0.51% | - |
| XYZ | 4.32 | 1.93 | 21.62 | - |
| YUV | 23.78 | 188.51 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 131 | 0.94 | 0.92 | 0 | 0.49 | 238.54 | 0.88 | 0.27 |
| Hex | 8 | B | 83 | 5E | 5C | 0 | 31 | EF | 58 | 1B |
| Octal | 10 | 13 | 203 | 136 | 134 | 0 | 61 | 357 | 130 | 33 |
| Binary | 1000 | 1011 | 10000011 | 1011110 | 1011100 | 0 | 110001 | 11101111 | 1011000 | 11011 |
Color Harmonies of #080B83
Complementary color
Monochromatic Colors of #080B83
Black with #080B83
Text Example
Text Example
White with #080B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B83; }
p { color: rgb(8,11,131); }
H1.HeaderClassName
{
color: #080B83;
}
.AnyTagClassName
{
color: #080B83;
}
</style>
background-color css
<style>
a { background-color: #080B83; }
a { background-color: rgb(8,11,131); }
div.DivClassName
{
background-color: #080B83;
}
.BgClassName
{
background-color: #080B83;
}
</style>
border-color css
<style>
span { border-color: #080B83; }
span { border-color: rgb(8,11,131); }
td.TdClassName
{
border-color: #080B83;
}
.TagClassName
{
border-color: #080B83;
}
</style>