Shades of Midnight Blue #06126D
Tints of Midnight Blue #06126D
RGB
CMYK
RGB Variations
Color information
#06126D (or 0x06126D) is known color: Midnight Blue. HEX triplet: 06, 12 and 6D. RGB value is (6,18,109). Sum of RGB (Red+Green+Blue) = 6+18+109=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 109 (42.97% from 255 or 81.95% from 133); Max value from RGB is 109 - color contains mainly: blue. Hex color #06126D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06126D is #F9ED92. Grayscale: #181818. Windows color (decimal): -16379283 or 7148038. OLE color: 7148038.
HSL color Cylindrical-coordinate representation of color #06126D: hue angle of 233.01º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06126D is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 18 | 109 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.57 |
| HSL | 233.01º | 0.9% | 0.23% | - |
| HSV(B) | 233.01º | 0.94% | 0.43% | - |
| XYZ | 3.05 | 1.58 | 14.61 | - |
| YUV | 24.79 | 175.52 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 109 | 0.94 | 0.83 | 0 | 0.57 | 233.01 | 0.9 | 0.23 |
| Hex | 6 | 12 | 6D | 5E | 53 | 0 | 39 | E9 | 5A | 17 |
| Octal | 6 | 22 | 155 | 136 | 123 | 0 | 71 | 351 | 132 | 27 |
| Binary | 110 | 10010 | 1101101 | 1011110 | 1010011 | 0 | 111001 | 11101001 | 1011010 | 10111 |
Color Harmonies of #06126D
Complementary color
Monochromatic Colors of #06126D
Black with #06126D
Text Example
Text Example
White with #06126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06126D; }
p { color: rgb(6,18,109); }
H1.HeaderClassName
{
color: #06126D;
}
.AnyTagClassName
{
color: #06126D;
}
</style>
background-color css
<style>
a { background-color: #06126D; }
a { background-color: rgb(6,18,109); }
div.DivClassName
{
background-color: #06126D;
}
.BgClassName
{
background-color: #06126D;
}
</style>
border-color css
<style>
span { border-color: #06126D; }
span { border-color: rgb(6,18,109); }
td.TdClassName
{
border-color: #06126D;
}
.TagClassName
{
border-color: #06126D;
}
</style>