Shades of Midnight Blue #080C63
Tints of Midnight Blue #080C63
RGB
CMYK
RGB Variations
Color information
#080C63 (or 0x080C63) is known color: Midnight Blue. HEX triplet: 08, 0C and 63. RGB value is (8,12,99). Sum of RGB (Red+Green+Blue) = 8+12+99=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 99 (39.06% from 255 or 83.19% from 119); Max value from RGB is 99 - color contains mainly: blue. Hex color #080C63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C63 is #F7F39C. Grayscale: #141414. Windows color (decimal): -16249757 or 6491144. OLE color: 6491144.
HSL color Cylindrical-coordinate representation of color #080C63: hue angle of 237.36º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080C63 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 12 | 99 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.61 |
| HSL | 237.36º | 0.85% | 0.21% | - |
| HSV(B) | 237.36º | 0.92% | 0.39% | - |
| XYZ | 2.48 | 1.22 | 11.91 | - |
| YUV | 20.72 | 172.17 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 99 | 0.92 | 0.88 | 0 | 0.61 | 237.36 | 0.85 | 0.21 |
| Hex | 8 | C | 63 | 5C | 58 | 0 | 3D | ED | 55 | 15 |
| Octal | 10 | 14 | 143 | 134 | 130 | 0 | 75 | 355 | 125 | 25 |
| Binary | 1000 | 1100 | 1100011 | 1011100 | 1011000 | 0 | 111101 | 11101101 | 1010101 | 10101 |
Color Harmonies of #080C63
Complementary color
Monochromatic Colors of #080C63
Black with #080C63
Text Example
Text Example
White with #080C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C63; }
p { color: rgb(8,12,99); }
H1.HeaderClassName
{
color: #080C63;
}
.AnyTagClassName
{
color: #080C63;
}
</style>
background-color css
<style>
a { background-color: #080C63; }
a { background-color: rgb(8,12,99); }
div.DivClassName
{
background-color: #080C63;
}
.BgClassName
{
background-color: #080C63;
}
</style>
border-color css
<style>
span { border-color: #080C63; }
span { border-color: rgb(8,12,99); }
td.TdClassName
{
border-color: #080C63;
}
.TagClassName
{
border-color: #080C63;
}
</style>