Shades of Midnight Blue #080157
Tints of Midnight Blue #080157
RGB
CMYK
RGB Variations
Color information
#080157 (or 0x080157) is known color: Midnight Blue. HEX triplet: 08, 01 and 57. RGB value is (8,1,87). Sum of RGB (Red+Green+Blue) = 8+1+87=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 87 (34.38% from 255 or 90.62% from 96); Max value from RGB is 87 - color contains mainly: blue. Hex color #080157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080157 is #F7FEA8. Grayscale: #0C0C0C. Windows color (decimal): -16252585 or 5701896. OLE color: 5701896.
HSL color Cylindrical-coordinate representation of color #080157: hue angle of 244.88º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080157 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 1 | 87 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.66 |
| HSL | 244.88º | 0.98% | 0.17% | - |
| HSV(B) | 244.88º | 0.99% | 0.34% | - |
| XYZ | 1.83 | 0.76 | 9.07 | - |
| YUV | 12.9 | 169.82 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 87 | 0.91 | 0.99 | 0 | 0.66 | 244.88 | 0.98 | 0.17 |
| Hex | 8 | 1 | 57 | 5B | 63 | 0 | 42 | F5 | 62 | 11 |
| Octal | 10 | 1 | 127 | 133 | 143 | 0 | 102 | 365 | 142 | 21 |
| Binary | 1000 | 1 | 1010111 | 1011011 | 1100011 | 0 | 1000010 | 11110101 | 1100010 | 10001 |
Color Harmonies of #080157
Complementary color
Monochromatic Colors of #080157
Black with #080157
Text Example
Text Example
White with #080157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080157; }
p { color: rgb(8,1,87); }
H1.HeaderClassName
{
color: #080157;
}
.AnyTagClassName
{
color: #080157;
}
</style>
background-color css
<style>
a { background-color: #080157; }
a { background-color: rgb(8,1,87); }
div.DivClassName
{
background-color: #080157;
}
.BgClassName
{
background-color: #080157;
}
</style>
border-color css
<style>
span { border-color: #080157; }
span { border-color: rgb(8,1,87); }
td.TdClassName
{
border-color: #080157;
}
.TagClassName
{
border-color: #080157;
}
</style>