Shades of Midnight Blue #211365
Tints of Midnight Blue #211365
RGB
CMYK
RGB Variations
Color information
#211365 (or 0x211365) is known color: Midnight Blue. HEX triplet: 21, 13 and 65. RGB value is (33,19,101). Sum of RGB (Red+Green+Blue) = 33+19+101=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #211365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211365 is #DEEC9A. Grayscale: #202020. Windows color (decimal): -14609563 or 6624033. OLE color: 6624033.
HSL color Cylindrical-coordinate representation of color #211365: hue angle of 250.24º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211365 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 19 | 101 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.60 |
| HSL | 250.24º | 0.68% | 0.24% | - |
| HSV(B) | 250.24º | 0.81% | 0.4% | - |
| XYZ | 3.21 | 1.73 | 12.48 | - |
| YUV | 32.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 101 | 0.67 | 0.81 | 0 | 0.60 | 250.24 | 0.68 | 0.24 |
| Hex | 21 | 13 | 65 | 43 | 51 | 0 | 3C | FA | 44 | 18 |
| Octal | 41 | 23 | 145 | 103 | 121 | 0 | 74 | 372 | 104 | 30 |
| Binary | 100001 | 10011 | 1100101 | 1000011 | 1010001 | 0 | 111100 | 11111010 | 1000100 | 11000 |
Color Harmonies of #211365
Complementary color
Monochromatic Colors of #211365
Black with #211365
Text Example
Text Example
White with #211365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211365; }
p { color: rgb(33,19,101); }
H1.HeaderClassName
{
color: #211365;
}
.AnyTagClassName
{
color: #211365;
}
</style>
background-color css
<style>
a { background-color: #211365; }
a { background-color: rgb(33,19,101); }
div.DivClassName
{
background-color: #211365;
}
.BgClassName
{
background-color: #211365;
}
</style>
border-color css
<style>
span { border-color: #211365; }
span { border-color: rgb(33,19,101); }
td.TdClassName
{
border-color: #211365;
}
.TagClassName
{
border-color: #211365;
}
</style>