Shades of Midnight Blue #211A68
Tints of Midnight Blue #211A68
RGB
CMYK
RGB Variations
Color information
#211A68 (or 0x211A68) is known color: Midnight Blue. HEX triplet: 21, 1A and 68. RGB value is (33,26,104). Sum of RGB (Red+Green+Blue) = 33+26+104=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #211A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A68 is #DEE597. Grayscale: #242424. Windows color (decimal): -14607768 or 6822433. OLE color: 6822433.
HSL color Cylindrical-coordinate representation of color #211A68: hue angle of 245.38º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211A68 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 26 | 104 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.59 |
| HSL | 245.38º | 0.6% | 0.25% | - |
| HSV(B) | 245.38º | 0.75% | 0.41% | - |
| XYZ | 3.5 | 2.06 | 13.31 | - |
| YUV | 36.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 104 | 0.68 | 0.75 | 0 | 0.59 | 245.38 | 0.6 | 0.25 |
| Hex | 21 | 1A | 68 | 44 | 4B | 0 | 3B | F5 | 3C | 19 |
| Octal | 41 | 32 | 150 | 104 | 113 | 0 | 73 | 365 | 74 | 31 |
| Binary | 100001 | 11010 | 1101000 | 1000100 | 1001011 | 0 | 111011 | 11110101 | 111100 | 11001 |
Color Harmonies of #211A68
Complementary color
Monochromatic Colors of #211A68
Black with #211A68
Text Example
Text Example
White with #211A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A68; }
p { color: rgb(33,26,104); }
H1.HeaderClassName
{
color: #211A68;
}
.AnyTagClassName
{
color: #211A68;
}
</style>
background-color css
<style>
a { background-color: #211A68; }
a { background-color: rgb(33,26,104); }
div.DivClassName
{
background-color: #211A68;
}
.BgClassName
{
background-color: #211A68;
}
</style>
border-color css
<style>
span { border-color: #211A68; }
span { border-color: rgb(33,26,104); }
td.TdClassName
{
border-color: #211A68;
}
.TagClassName
{
border-color: #211A68;
}
</style>