Shades of Midnight Blue #080C4E
Tints of Midnight Blue #080C4E
RGB
CMYK
RGB Variations
Color information
#080C4E (or 0x080C4E) is known color: Midnight Blue. HEX triplet: 08, 0C and 4E. RGB value is (8,12,78). Sum of RGB (Red+Green+Blue) = 8+12+78=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #080C4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C4E is #F7F3B1. Grayscale: #121212. Windows color (decimal): -16249778 or 5114888. OLE color: 5114888.
HSL color Cylindrical-coordinate representation of color #080C4E: hue angle of 236.57º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080C4E is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 12 | 78 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.69 |
| HSL | 236.57º | 0.81% | 0.17% | - |
| HSV(B) | 236.57º | 0.9% | 0.31% | - |
| XYZ | 1.61 | 0.86 | 7.29 | - |
| YUV | 18.33 | 161.67 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 78 | 0.90 | 0.85 | 0 | 0.69 | 236.57 | 0.81 | 0.17 |
| Hex | 8 | C | 4E | 5A | 55 | 0 | 45 | ED | 51 | 11 |
| Octal | 10 | 14 | 116 | 132 | 125 | 0 | 105 | 355 | 121 | 21 |
| Binary | 1000 | 1100 | 1001110 | 1011010 | 1010101 | 0 | 1000101 | 11101101 | 1010001 | 10001 |
Color Harmonies of #080C4E
Complementary color
Monochromatic Colors of #080C4E
Black with #080C4E
Text Example
Text Example
White with #080C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C4E; }
p { color: rgb(8,12,78); }
H1.HeaderClassName
{
color: #080C4E;
}
.AnyTagClassName
{
color: #080C4E;
}
</style>
background-color css
<style>
a { background-color: #080C4E; }
a { background-color: rgb(8,12,78); }
div.DivClassName
{
background-color: #080C4E;
}
.BgClassName
{
background-color: #080C4E;
}
</style>
border-color css
<style>
span { border-color: #080C4E; }
span { border-color: rgb(8,12,78); }
td.TdClassName
{
border-color: #080C4E;
}
.TagClassName
{
border-color: #080C4E;
}
</style>