Shades of Midnight Blue #080C58
Tints of Midnight Blue #080C58
RGB
CMYK
RGB Variations
Color information
#080C58 (or 0x080C58) is known color: Midnight Blue. HEX triplet: 08, 0C and 58. RGB value is (8,12,88). Sum of RGB (Red+Green+Blue) = 8+12+88=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 88 (34.77% from 255 or 81.48% from 108); Max value from RGB is 88 - color contains mainly: blue. Hex color #080C58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C58 is #F7F3A7. Grayscale: #131313. Windows color (decimal): -16249768 or 5770248. OLE color: 5770248.
HSL color Cylindrical-coordinate representation of color #080C58: hue angle of 237º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080C58 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 12 | 88 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.65 |
| HSL | 237º | 0.83% | 0.19% | - |
| HSV(B) | 237º | 0.91% | 0.35% | - |
| XYZ | 1.99 | 1.02 | 9.32 | - |
| YUV | 19.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 88 | 0.91 | 0.86 | 0 | 0.65 | 237 | 0.83 | 0.19 |
| Hex | 8 | C | 58 | 5B | 56 | 0 | 41 | ED | 53 | 13 |
| Octal | 10 | 14 | 130 | 133 | 126 | 0 | 101 | 355 | 123 | 23 |
| Binary | 1000 | 1100 | 1011000 | 1011011 | 1010110 | 0 | 1000001 | 11101101 | 1010011 | 10011 |
Color Harmonies of #080C58
Complementary color
Monochromatic Colors of #080C58
Black with #080C58
Text Example
Text Example
White with #080C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C58; }
p { color: rgb(8,12,88); }
H1.HeaderClassName
{
color: #080C58;
}
.AnyTagClassName
{
color: #080C58;
}
</style>
background-color css
<style>
a { background-color: #080C58; }
a { background-color: rgb(8,12,88); }
div.DivClassName
{
background-color: #080C58;
}
.BgClassName
{
background-color: #080C58;
}
</style>
border-color css
<style>
span { border-color: #080C58; }
span { border-color: rgb(8,12,88); }
td.TdClassName
{
border-color: #080C58;
}
.TagClassName
{
border-color: #080C58;
}
</style>