Shades of Midnight Blue #08126E
Tints of Midnight Blue #08126E
RGB
CMYK
RGB Variations
Color information
#08126E (or 0x08126E) is known color: Midnight Blue. HEX triplet: 08, 12 and 6E. RGB value is (8,18,110). Sum of RGB (Red+Green+Blue) = 8+18+110=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 110 (43.36% from 255 or 80.88% from 136); Max value from RGB is 110 - color contains mainly: blue. Hex color #08126E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08126E is #F7ED91. Grayscale: #191919. Windows color (decimal): -16248210 or 7213576. OLE color: 7213576.
HSL color Cylindrical-coordinate representation of color #08126E: hue angle of 234.12º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08126E is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 18 | 110 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.57 |
| HSL | 234.12º | 0.86% | 0.23% | - |
| HSV(B) | 234.12º | 0.93% | 0.43% | - |
| XYZ | 3.13 | 1.61 | 14.9 | - |
| YUV | 25.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 110 | 0.93 | 0.84 | 0 | 0.57 | 234.12 | 0.86 | 0.23 |
| Hex | 8 | 12 | 6E | 5D | 54 | 0 | 39 | EA | 56 | 17 |
| Octal | 10 | 22 | 156 | 135 | 124 | 0 | 71 | 352 | 126 | 27 |
| Binary | 1000 | 10010 | 1101110 | 1011101 | 1010100 | 0 | 111001 | 11101010 | 1010110 | 10111 |
Color Harmonies of #08126E
Complementary color
Monochromatic Colors of #08126E
Black with #08126E
Text Example
Text Example
White with #08126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08126E; }
p { color: rgb(8,18,110); }
H1.HeaderClassName
{
color: #08126E;
}
.AnyTagClassName
{
color: #08126E;
}
</style>
background-color css
<style>
a { background-color: #08126E; }
a { background-color: rgb(8,18,110); }
div.DivClassName
{
background-color: #08126E;
}
.BgClassName
{
background-color: #08126E;
}
</style>
border-color css
<style>
span { border-color: #08126E; }
span { border-color: rgb(8,18,110); }
td.TdClassName
{
border-color: #08126E;
}
.TagClassName
{
border-color: #08126E;
}
</style>