Shades of Midnight Blue #080048
Tints of Midnight Blue #080048
RGB
CMYK
RGB Variations
Color information
#080048 (or 0x080048) is known color: Midnight Blue. HEX triplet: 08, 00 and 48. RGB value is (8,0,72). Sum of RGB (Red+Green+Blue) = 8+0+72=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 72 (28.52% from 255 or 90% from 80); Max value from RGB is 72 - color contains mainly: blue. Hex color #080048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080048 is #F7FFB7. Grayscale: #0A0A0A. Windows color (decimal): -16252856 or 4718600. OLE color: 4718600.
HSL color Cylindrical-coordinate representation of color #080048: hue angle of 246.67º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080048 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 0 | 72 | - |
| CMYK | 0.89 | 1 | 0 | 0.72 |
| HSL | 246.67º | 1% | 0.14% | - |
| HSV(B) | 246.67º | 1% | 0.28% | - |
| XYZ | 1.27 | 0.52 | 6.16 | - |
| YUV | 10.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 72 | 0.89 | 1 | 0 | 0.72 | 246.67 | 1 | 0.14 |
| Hex | 8 | 0 | 48 | 59 | 64 | 0 | 48 | F7 | 64 | E |
| Octal | 10 | 0 | 110 | 131 | 144 | 0 | 110 | 367 | 144 | 16 |
| Binary | 1000 | 0 | 1001000 | 1011001 | 1100100 | 0 | 1001000 | 11110111 | 1100100 | 1110 |
Color Harmonies of #080048
Complementary color
Monochromatic Colors of #080048
Black with #080048
Text Example
Text Example
White with #080048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080048; }
p { color: rgb(8,0,72); }
H1.HeaderClassName
{
color: #080048;
}
.AnyTagClassName
{
color: #080048;
}
</style>
background-color css
<style>
a { background-color: #080048; }
a { background-color: rgb(8,0,72); }
div.DivClassName
{
background-color: #080048;
}
.BgClassName
{
background-color: #080048;
}
</style>
border-color css
<style>
span { border-color: #080048; }
span { border-color: rgb(8,0,72); }
td.TdClassName
{
border-color: #080048;
}
.TagClassName
{
border-color: #080048;
}
</style>