Shades of Midnight Blue #080C5C
Tints of Midnight Blue #080C5C
RGB
CMYK
RGB Variations
Color information
#080C5C (or 0x080C5C) is known color: Midnight Blue. HEX triplet: 08, 0C and 5C. RGB value is (8,12,92). Sum of RGB (Red+Green+Blue) = 8+12+92=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 92 (36.33% from 255 or 82.14% from 112); Max value from RGB is 92 - color contains mainly: blue. Hex color #080C5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C5C is #F7F3A3. Grayscale: #131313. Windows color (decimal): -16249764 or 6032392. OLE color: 6032392.
HSL color Cylindrical-coordinate representation of color #080C5C: hue angle of 237.14º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080C5C is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 12 | 92 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.64 |
| HSL | 237.14º | 0.84% | 0.2% | - |
| HSV(B) | 237.14º | 0.91% | 0.36% | - |
| XYZ | 2.16 | 1.09 | 10.22 | - |
| YUV | 19.92 | 168.67 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 92 | 0.91 | 0.87 | 0 | 0.64 | 237.14 | 0.84 | 0.2 |
| Hex | 8 | C | 5C | 5B | 57 | 0 | 40 | ED | 54 | 14 |
| Octal | 10 | 14 | 134 | 133 | 127 | 0 | 100 | 355 | 124 | 24 |
| Binary | 1000 | 1100 | 1011100 | 1011011 | 1010111 | 0 | 1000000 | 11101101 | 1010100 | 10100 |
Color Harmonies of #080C5C
Complementary color
Monochromatic Colors of #080C5C
Black with #080C5C
Text Example
Text Example
White with #080C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C5C; }
p { color: rgb(8,12,92); }
H1.HeaderClassName
{
color: #080C5C;
}
.AnyTagClassName
{
color: #080C5C;
}
</style>
background-color css
<style>
a { background-color: #080C5C; }
a { background-color: rgb(8,12,92); }
div.DivClassName
{
background-color: #080C5C;
}
.BgClassName
{
background-color: #080C5C;
}
</style>
border-color css
<style>
span { border-color: #080C5C; }
span { border-color: rgb(8,12,92); }
td.TdClassName
{
border-color: #080C5C;
}
.TagClassName
{
border-color: #080C5C;
}
</style>