Shades of Midnight Blue #080C5F
Tints of Midnight Blue #080C5F
RGB
CMYK
RGB Variations
Color information
#080C5F (or 0x080C5F) is known color: Midnight Blue. HEX triplet: 08, 0C and 5F. RGB value is (8,12,95). Sum of RGB (Red+Green+Blue) = 8+12+95=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 95 (37.5% from 255 or 82.61% from 115); Max value from RGB is 95 - color contains mainly: blue. Hex color #080C5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C5F is #F7F3A0. Grayscale: #131313. Windows color (decimal): -16249761 or 6229000. OLE color: 6229000.
HSL color Cylindrical-coordinate representation of color #080C5F: hue angle of 237.24º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080C5F is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 12 | 95 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.63 |
| HSL | 237.24º | 0.84% | 0.2% | - |
| HSV(B) | 237.24º | 0.92% | 0.37% | - |
| XYZ | 2.3 | 1.14 | 10.93 | - |
| YUV | 20.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 95 | 0.92 | 0.87 | 0 | 0.63 | 237.24 | 0.84 | 0.2 |
| Hex | 8 | C | 5F | 5C | 57 | 0 | 3F | ED | 54 | 14 |
| Octal | 10 | 14 | 137 | 134 | 127 | 0 | 77 | 355 | 124 | 24 |
| Binary | 1000 | 1100 | 1011111 | 1011100 | 1010111 | 0 | 111111 | 11101101 | 1010100 | 10100 |
Color Harmonies of #080C5F
Complementary color
Monochromatic Colors of #080C5F
Black with #080C5F
Text Example
Text Example
White with #080C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C5F; }
p { color: rgb(8,12,95); }
H1.HeaderClassName
{
color: #080C5F;
}
.AnyTagClassName
{
color: #080C5F;
}
</style>
background-color css
<style>
a { background-color: #080C5F; }
a { background-color: rgb(8,12,95); }
div.DivClassName
{
background-color: #080C5F;
}
.BgClassName
{
background-color: #080C5F;
}
</style>
border-color css
<style>
span { border-color: #080C5F; }
span { border-color: rgb(8,12,95); }
td.TdClassName
{
border-color: #080C5F;
}
.TagClassName
{
border-color: #080C5F;
}
</style>