Shades of Midnight Blue #21136E
Tints of Midnight Blue #21136E
RGB
CMYK
RGB Variations
Color information
#21136E (or 0x21136E) is known color: Midnight Blue. HEX triplet: 21, 13 and 6E. RGB value is (33,19,110). Sum of RGB (Red+Green+Blue) = 33+19+110=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 110 (43.36% from 255 or 67.90% from 162); Max value from RGB is 110 - color contains mainly: blue. Hex color #21136E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21136E is #DEEC91. Grayscale: #212121. Windows color (decimal): -14609554 or 7213857. OLE color: 7213857.
HSL color Cylindrical-coordinate representation of color #21136E: hue angle of 249.23º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21136E is Cyan = 0.7, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 19 | 110 | - |
| CMYK | 0.7 | 0.83 | 0 | 0.57 |
| HSL | 249.23º | 0.71% | 0.25% | - |
| HSV(B) | 249.23º | 0.83% | 0.43% | - |
| XYZ | 3.67 | 1.91 | 14.93 | - |
| YUV | 33.56 | 171.14 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 110 | 0.7 | 0.83 | 0 | 0.57 | 249.23 | 0.71 | 0.25 |
| Hex | 21 | 13 | 6E | 46 | 53 | 0 | 39 | F9 | 47 | 19 |
| Octal | 41 | 23 | 156 | 106 | 123 | 0 | 71 | 371 | 107 | 31 |
| Binary | 100001 | 10011 | 1101110 | 1000110 | 1010011 | 0 | 111001 | 11111001 | 1000111 | 11001 |
Color Harmonies of #21136E
Complementary color
Monochromatic Colors of #21136E
Black with #21136E
Text Example
Text Example
White with #21136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21136E; }
p { color: rgb(33,19,110); }
H1.HeaderClassName
{
color: #21136E;
}
.AnyTagClassName
{
color: #21136E;
}
</style>
background-color css
<style>
a { background-color: #21136E; }
a { background-color: rgb(33,19,110); }
div.DivClassName
{
background-color: #21136E;
}
.BgClassName
{
background-color: #21136E;
}
</style>
border-color css
<style>
span { border-color: #21136E; }
span { border-color: rgb(33,19,110); }
td.TdClassName
{
border-color: #21136E;
}
.TagClassName
{
border-color: #21136E;
}
</style>