Shades of Midnight Blue #080C54
Tints of Midnight Blue #080C54
RGB
CMYK
RGB Variations
Color information
#080C54 (or 0x080C54) is known color: Midnight Blue. HEX triplet: 08, 0C and 54. RGB value is (8,12,84). Sum of RGB (Red+Green+Blue) = 8+12+84=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 84 (33.20% from 255 or 80.77% from 104); Max value from RGB is 84 - color contains mainly: blue. Hex color #080C54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C54 is #F7F3AB. Grayscale: #121212. Windows color (decimal): -16249772 or 5508104. OLE color: 5508104.
HSL color Cylindrical-coordinate representation of color #080C54: hue angle of 236.84º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080C54 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 12 | 84 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.67 |
| HSL | 236.84º | 0.83% | 0.18% | - |
| HSV(B) | 236.84º | 0.9% | 0.33% | - |
| XYZ | 1.83 | 0.95 | 8.48 | - |
| YUV | 19.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 84 | 0.90 | 0.86 | 0 | 0.67 | 236.84 | 0.83 | 0.18 |
| Hex | 8 | C | 54 | 5A | 56 | 0 | 43 | ED | 53 | 12 |
| Octal | 10 | 14 | 124 | 132 | 126 | 0 | 103 | 355 | 123 | 22 |
| Binary | 1000 | 1100 | 1010100 | 1011010 | 1010110 | 0 | 1000011 | 11101101 | 1010011 | 10010 |
Color Harmonies of #080C54
Complementary color
Monochromatic Colors of #080C54
Black with #080C54
Text Example
Text Example
White with #080C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C54; }
p { color: rgb(8,12,84); }
H1.HeaderClassName
{
color: #080C54;
}
.AnyTagClassName
{
color: #080C54;
}
</style>
background-color css
<style>
a { background-color: #080C54; }
a { background-color: rgb(8,12,84); }
div.DivClassName
{
background-color: #080C54;
}
.BgClassName
{
background-color: #080C54;
}
</style>
border-color css
<style>
span { border-color: #080C54; }
span { border-color: rgb(8,12,84); }
td.TdClassName
{
border-color: #080C54;
}
.TagClassName
{
border-color: #080C54;
}
</style>