Shades of Midnight Blue #080C62
Tints of Midnight Blue #080C62
RGB
CMYK
RGB Variations
Color information
#080C62 (or 0x080C62) is known color: Midnight Blue. HEX triplet: 08, 0C and 62. RGB value is (8,12,98). Sum of RGB (Red+Green+Blue) = 8+12+98=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 98 (38.67% from 255 or 83.05% from 118); Max value from RGB is 98 - color contains mainly: blue. Hex color #080C62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C62 is #F7F39D. Grayscale: #141414. Windows color (decimal): -16249758 or 6425608. OLE color: 6425608.
HSL color Cylindrical-coordinate representation of color #080C62: hue angle of 237.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080C62 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 12 | 98 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.62 |
| HSL | 237.33º | 0.85% | 0.21% | - |
| HSV(B) | 237.33º | 0.92% | 0.38% | - |
| XYZ | 2.44 | 1.2 | 11.66 | - |
| YUV | 20.61 | 171.67 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 98 | 0.92 | 0.88 | 0 | 0.62 | 237.33 | 0.85 | 0.21 |
| Hex | 8 | C | 62 | 5C | 58 | 0 | 3E | ED | 55 | 15 |
| Octal | 10 | 14 | 142 | 134 | 130 | 0 | 76 | 355 | 125 | 25 |
| Binary | 1000 | 1100 | 1100010 | 1011100 | 1011000 | 0 | 111110 | 11101101 | 1010101 | 10101 |
Color Harmonies of #080C62
Complementary color
Monochromatic Colors of #080C62
Black with #080C62
Text Example
Text Example
White with #080C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C62; }
p { color: rgb(8,12,98); }
H1.HeaderClassName
{
color: #080C62;
}
.AnyTagClassName
{
color: #080C62;
}
</style>
background-color css
<style>
a { background-color: #080C62; }
a { background-color: rgb(8,12,98); }
div.DivClassName
{
background-color: #080C62;
}
.BgClassName
{
background-color: #080C62;
}
</style>
border-color css
<style>
span { border-color: #080C62; }
span { border-color: rgb(8,12,98); }
td.TdClassName
{
border-color: #080C62;
}
.TagClassName
{
border-color: #080C62;
}
</style>