Shades of Midnight Blue #080A5B
Tints of Midnight Blue #080A5B
RGB
CMYK
RGB Variations
Color information
#080A5B (or 0x080A5B) is known color: Midnight Blue. HEX triplet: 08, 0A and 5B. RGB value is (8,10,91). Sum of RGB (Red+Green+Blue) = 8+10+91=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 91 (35.94% from 255 or 83.49% from 109); Max value from RGB is 91 - color contains mainly: blue. Hex color #080A5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A5B is #F7F5A4. Grayscale: #121212. Windows color (decimal): -16250277 or 5966344. OLE color: 5966344.
HSL color Cylindrical-coordinate representation of color #080A5B: hue angle of 238.55º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080A5B is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 10 | 91 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.64 |
| HSL | 238.55º | 0.84% | 0.19% | - |
| HSV(B) | 238.55º | 0.91% | 0.36% | - |
| XYZ | 2.1 | 1.02 | 9.98 | - |
| YUV | 18.64 | 168.84 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 91 | 0.91 | 0.89 | 0 | 0.64 | 238.55 | 0.84 | 0.19 |
| Hex | 8 | A | 5B | 5B | 59 | 0 | 40 | EF | 54 | 13 |
| Octal | 10 | 12 | 133 | 133 | 131 | 0 | 100 | 357 | 124 | 23 |
| Binary | 1000 | 1010 | 1011011 | 1011011 | 1011001 | 0 | 1000000 | 11101111 | 1010100 | 10011 |
Color Harmonies of #080A5B
Complementary color
Monochromatic Colors of #080A5B
Black with #080A5B
Text Example
Text Example
White with #080A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A5B; }
p { color: rgb(8,10,91); }
H1.HeaderClassName
{
color: #080A5B;
}
.AnyTagClassName
{
color: #080A5B;
}
</style>
background-color css
<style>
a { background-color: #080A5B; }
a { background-color: rgb(8,10,91); }
div.DivClassName
{
background-color: #080A5B;
}
.BgClassName
{
background-color: #080A5B;
}
</style>
border-color css
<style>
span { border-color: #080A5B; }
span { border-color: rgb(8,10,91); }
td.TdClassName
{
border-color: #080A5B;
}
.TagClassName
{
border-color: #080A5B;
}
</style>