Shades of Midnight Blue #212B7B
Tints of Midnight Blue #212B7B
RGB
CMYK
RGB Variations
Color information
#212B7B (or 0x212B7B) is known color: Midnight Blue. HEX triplet: 21, 2B and 7B. RGB value is (33,43,123). Sum of RGB (Red+Green+Blue) = 33+43+123=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #212B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B7B is #DED484. Grayscale: #303030. Windows color (decimal): -14603397 or 8071969. OLE color: 8071969.
HSL color Cylindrical-coordinate representation of color #212B7B: hue angle of 233.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #212B7B is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 43 | 123 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.52 |
| HSL | 233.33º | 0.58% | 0.31% | - |
| HSV(B) | 233.33º | 0.73% | 0.48% | - |
| XYZ | 5.07 | 3.48 | 19.14 | - |
| YUV | 49.13 | 169.69 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 123 | 0.73 | 0.65 | 0 | 0.52 | 233.33 | 0.58 | 0.31 |
| Hex | 21 | 2B | 7B | 49 | 41 | 0 | 34 | E9 | 3A | 1F |
| Octal | 41 | 53 | 173 | 111 | 101 | 0 | 64 | 351 | 72 | 37 |
| Binary | 100001 | 101011 | 1111011 | 1001001 | 1000001 | 0 | 110100 | 11101001 | 111010 | 11111 |
Color Harmonies of #212B7B
Complementary color
Monochromatic Colors of #212B7B
Black with #212B7B
Text Example
Text Example
White with #212B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B7B; }
p { color: rgb(33,43,123); }
H1.HeaderClassName
{
color: #212B7B;
}
.AnyTagClassName
{
color: #212B7B;
}
</style>
background-color css
<style>
a { background-color: #212B7B; }
a { background-color: rgb(33,43,123); }
div.DivClassName
{
background-color: #212B7B;
}
.BgClassName
{
background-color: #212B7B;
}
</style>
border-color css
<style>
span { border-color: #212B7B; }
span { border-color: rgb(33,43,123); }
td.TdClassName
{
border-color: #212B7B;
}
.TagClassName
{
border-color: #212B7B;
}
</style>