Shades of Midnight Blue #21137B
Tints of Midnight Blue #21137B
RGB
CMYK
RGB Variations
Color information
#21137B (or 0x21137B) is known color: Midnight Blue. HEX triplet: 21, 13 and 7B. RGB value is (33,19,123). Sum of RGB (Red+Green+Blue) = 33+19+123=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 123 (48.44% from 255 or 70.29% from 175); Max value from RGB is 123 - color contains mainly: blue. Hex color #21137B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21137B is #DEEC84. Grayscale: #222222. Windows color (decimal): -14609541 or 8065825. OLE color: 8065825.
HSL color Cylindrical-coordinate representation of color #21137B: hue angle of 248.08º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21137B is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 19 | 123 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.52 |
| HSL | 248.08º | 0.73% | 0.28% | - |
| HSV(B) | 248.08º | 0.85% | 0.48% | - |
| XYZ | 4.44 | 2.22 | 18.93 | - |
| YUV | 35.04 | 177.64 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 123 | 0.73 | 0.85 | 0 | 0.52 | 248.08 | 0.73 | 0.28 |
| Hex | 21 | 13 | 7B | 49 | 55 | 0 | 34 | F8 | 49 | 1C |
| Octal | 41 | 23 | 173 | 111 | 125 | 0 | 64 | 370 | 111 | 34 |
| Binary | 100001 | 10011 | 1111011 | 1001001 | 1010101 | 0 | 110100 | 11111000 | 1001001 | 11100 |
Color Harmonies of #21137B
Complementary color
Monochromatic Colors of #21137B
Black with #21137B
Text Example
Text Example
White with #21137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21137B; }
p { color: rgb(33,19,123); }
H1.HeaderClassName
{
color: #21137B;
}
.AnyTagClassName
{
color: #21137B;
}
</style>
background-color css
<style>
a { background-color: #21137B; }
a { background-color: rgb(33,19,123); }
div.DivClassName
{
background-color: #21137B;
}
.BgClassName
{
background-color: #21137B;
}
</style>
border-color css
<style>
span { border-color: #21137B; }
span { border-color: rgb(33,19,123); }
td.TdClassName
{
border-color: #21137B;
}
.TagClassName
{
border-color: #21137B;
}
</style>