Shades of Midnight Blue #12216E
Tints of Midnight Blue #12216E
RGB
CMYK
RGB Variations
Color information
#12216E (or 0x12216E) is known color: Midnight Blue. HEX triplet: 12, 21 and 6E. RGB value is (18,33,110). Sum of RGB (Red+Green+Blue) = 18+33+110=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 110 (43.36% from 255 or 68.32% from 161); Max value from RGB is 110 - color contains mainly: blue. Hex color #12216E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12216E is #EDDE91. Grayscale: #242424. Windows color (decimal): -15589010 or 7217426. OLE color: 7217426.
HSL color Cylindrical-coordinate representation of color #12216E: hue angle of 230.22º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12216E is Cyan = 0.84, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 33 | 110 | - |
| CMYK | 0.84 | 0.7 | 0 | 0.57 |
| HSL | 230.22º | 0.72% | 0.25% | - |
| HSV(B) | 230.22º | 0.84% | 0.43% | - |
| XYZ | 3.61 | 2.34 | 15.01 | - |
| YUV | 37.29 | 169.03 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 110 | 0.84 | 0.7 | 0 | 0.57 | 230.22 | 0.72 | 0.25 |
| Hex | 12 | 21 | 6E | 54 | 46 | 0 | 39 | E6 | 48 | 19 |
| Octal | 22 | 41 | 156 | 124 | 106 | 0 | 71 | 346 | 110 | 31 |
| Binary | 10010 | 100001 | 1101110 | 1010100 | 1000110 | 0 | 111001 | 11100110 | 1001000 | 11001 |
Color Harmonies of #12216E
Complementary color
Monochromatic Colors of #12216E
Black with #12216E
Text Example
Text Example
White with #12216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12216E; }
p { color: rgb(18,33,110); }
H1.HeaderClassName
{
color: #12216E;
}
.AnyTagClassName
{
color: #12216E;
}
</style>
background-color css
<style>
a { background-color: #12216E; }
a { background-color: rgb(18,33,110); }
div.DivClassName
{
background-color: #12216E;
}
.BgClassName
{
background-color: #12216E;
}
</style>
border-color css
<style>
span { border-color: #12216E; }
span { border-color: rgb(18,33,110); }
td.TdClassName
{
border-color: #12216E;
}
.TagClassName
{
border-color: #12216E;
}
</style>