Shades of Midnight Blue #080A57
Tints of Midnight Blue #080A57
RGB
CMYK
RGB Variations
Color information
#080A57 (or 0x080A57) is known color: Midnight Blue. HEX triplet: 08, 0A and 57. RGB value is (8,10,87). Sum of RGB (Red+Green+Blue) = 8+10+87=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 87 (34.38% from 255 or 82.86% from 105); Max value from RGB is 87 - color contains mainly: blue. Hex color #080A57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A57 is #F7F5A8. Grayscale: #111111. Windows color (decimal): -16250281 or 5704200. OLE color: 5704200.
HSL color Cylindrical-coordinate representation of color #080A57: hue angle of 238.48º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080A57 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 10 | 87 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.66 |
| HSL | 238.48º | 0.83% | 0.19% | - |
| HSV(B) | 238.48º | 0.91% | 0.34% | - |
| XYZ | 1.93 | 0.96 | 9.1 | - |
| YUV | 18.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 87 | 0.91 | 0.89 | 0 | 0.66 | 238.48 | 0.83 | 0.19 |
| Hex | 8 | A | 57 | 5B | 59 | 0 | 42 | EE | 53 | 13 |
| Octal | 10 | 12 | 127 | 133 | 131 | 0 | 102 | 356 | 123 | 23 |
| Binary | 1000 | 1010 | 1010111 | 1011011 | 1011001 | 0 | 1000010 | 11101110 | 1010011 | 10011 |
Color Harmonies of #080A57
Complementary color
Monochromatic Colors of #080A57
Black with #080A57
Text Example
Text Example
White with #080A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A57; }
p { color: rgb(8,10,87); }
H1.HeaderClassName
{
color: #080A57;
}
.AnyTagClassName
{
color: #080A57;
}
</style>
background-color css
<style>
a { background-color: #080A57; }
a { background-color: rgb(8,10,87); }
div.DivClassName
{
background-color: #080A57;
}
.BgClassName
{
background-color: #080A57;
}
</style>
border-color css
<style>
span { border-color: #080A57; }
span { border-color: rgb(8,10,87); }
td.TdClassName
{
border-color: #080A57;
}
.TagClassName
{
border-color: #080A57;
}
</style>