Shades of Midnight Blue #080053
Tints of Midnight Blue #080053
RGB
CMYK
RGB Variations
Color information
#080053 (or 0x080053) is known color: Midnight Blue. HEX triplet: 08, 00 and 53. RGB value is (8,0,83). Sum of RGB (Red+Green+Blue) = 8+0+83=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 83 (32.81% from 255 or 91.21% from 91); Max value from RGB is 83 - color contains mainly: blue. Hex color #080053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080053 is #F7FFAC. Grayscale: #0B0B0B. Windows color (decimal): -16252845 or 5439496. OLE color: 5439496.
HSL color Cylindrical-coordinate representation of color #080053: hue angle of 245.78º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080053 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 0 | 83 | - |
| CMYK | 0.90 | 1 | 0 | 0.67 |
| HSL | 245.78º | 1% | 0.16% | - |
| HSV(B) | 245.78º | 1% | 0.33% | - |
| XYZ | 1.66 | 0.68 | 8.23 | - |
| YUV | 11.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 83 | 0.90 | 1 | 0 | 0.67 | 245.78 | 1 | 0.16 |
| Hex | 8 | 0 | 53 | 5A | 64 | 0 | 43 | F6 | 64 | 10 |
| Octal | 10 | 0 | 123 | 132 | 144 | 0 | 103 | 366 | 144 | 20 |
| Binary | 1000 | 0 | 1010011 | 1011010 | 1100100 | 0 | 1000011 | 11110110 | 1100100 | 10000 |
Color Harmonies of #080053
Complementary color
Monochromatic Colors of #080053
Black with #080053
Text Example
Text Example
White with #080053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080053; }
p { color: rgb(8,0,83); }
H1.HeaderClassName
{
color: #080053;
}
.AnyTagClassName
{
color: #080053;
}
</style>
background-color css
<style>
a { background-color: #080053; }
a { background-color: rgb(8,0,83); }
div.DivClassName
{
background-color: #080053;
}
.BgClassName
{
background-color: #080053;
}
</style>
border-color css
<style>
span { border-color: #080053; }
span { border-color: rgb(8,0,83); }
td.TdClassName
{
border-color: #080053;
}
.TagClassName
{
border-color: #080053;
}
</style>