Shades of Midnight Blue #211F68
Tints of Midnight Blue #211F68
RGB
CMYK
RGB Variations
Color information
#211F68 (or 0x211F68) is known color: Midnight Blue. HEX triplet: 21, 1F and 68. RGB value is (33,31,104). Sum of RGB (Red+Green+Blue) = 33+31+104=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #211F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F68 is #DEE097. Grayscale: #272727. Windows color (decimal): -14606488 or 6823713. OLE color: 6823713.
HSL color Cylindrical-coordinate representation of color #211F68: hue angle of 241.64º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #211F68 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 31 | 104 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.59 |
| HSL | 241.64º | 0.54% | 0.26% | - |
| HSV(B) | 241.64º | 0.7% | 0.41% | - |
| XYZ | 3.62 | 2.3 | 13.35 | - |
| YUV | 39.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 104 | 0.68 | 0.70 | 0 | 0.59 | 241.64 | 0.54 | 0.26 |
| Hex | 21 | 1F | 68 | 44 | 46 | 0 | 3B | F2 | 36 | 1A |
| Octal | 41 | 37 | 150 | 104 | 106 | 0 | 73 | 362 | 66 | 32 |
| Binary | 100001 | 11111 | 1101000 | 1000100 | 1000110 | 0 | 111011 | 11110010 | 110110 | 11010 |
Color Harmonies of #211F68
Complementary color
Monochromatic Colors of #211F68
Black with #211F68
Text Example
Text Example
White with #211F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F68; }
p { color: rgb(33,31,104); }
H1.HeaderClassName
{
color: #211F68;
}
.AnyTagClassName
{
color: #211F68;
}
</style>
background-color css
<style>
a { background-color: #211F68; }
a { background-color: rgb(33,31,104); }
div.DivClassName
{
background-color: #211F68;
}
.BgClassName
{
background-color: #211F68;
}
</style>
border-color css
<style>
span { border-color: #211F68; }
span { border-color: rgb(33,31,104); }
td.TdClassName
{
border-color: #211F68;
}
.TagClassName
{
border-color: #211F68;
}
</style>