Shades of Midnight Blue #212668
Tints of Midnight Blue #212668
RGB
CMYK
RGB Variations
Color information
#212668 (or 0x212668) is known color: Midnight Blue. HEX triplet: 21, 26 and 68. RGB value is (33,38,104). Sum of RGB (Red+Green+Blue) = 33+38+104=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #212668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212668 is #DED997. Grayscale: #2B2B2B. Windows color (decimal): -14604696 or 6825505. OLE color: 6825505.
HSL color Cylindrical-coordinate representation of color #212668: hue angle of 235.77º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #212668 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 38 | 104 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.59 |
| HSL | 235.77º | 0.52% | 0.27% | - |
| HSV(B) | 235.77º | 0.68% | 0.41% | - |
| XYZ | 3.82 | 2.71 | 13.42 | - |
| YUV | 44.03 | 161.84 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 104 | 0.68 | 0.63 | 0 | 0.59 | 235.77 | 0.52 | 0.27 |
| Hex | 21 | 26 | 68 | 44 | 3F | 0 | 3B | EC | 34 | 1B |
| Octal | 41 | 46 | 150 | 104 | 77 | 0 | 73 | 354 | 64 | 33 |
| Binary | 100001 | 100110 | 1101000 | 1000100 | 111111 | 0 | 111011 | 11101100 | 110100 | 11011 |
Color Harmonies of #212668
Complementary color
Monochromatic Colors of #212668
Black with #212668
Text Example
Text Example
White with #212668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212668; }
p { color: rgb(33,38,104); }
H1.HeaderClassName
{
color: #212668;
}
.AnyTagClassName
{
color: #212668;
}
</style>
background-color css
<style>
a { background-color: #212668; }
a { background-color: rgb(33,38,104); }
div.DivClassName
{
background-color: #212668;
}
.BgClassName
{
background-color: #212668;
}
</style>
border-color css
<style>
span { border-color: #212668; }
span { border-color: rgb(33,38,104); }
td.TdClassName
{
border-color: #212668;
}
.TagClassName
{
border-color: #212668;
}
</style>