Shades of Midnight Blue #21197B
Tints of Midnight Blue #21197B
RGB
CMYK
RGB Variations
Color information
#21197B (or 0x21197B) is known color: Midnight Blue. HEX triplet: 21, 19 and 7B. RGB value is (33,25,123). Sum of RGB (Red+Green+Blue) = 33+25+123=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 123 (48.44% from 255 or 67.96% from 181); Max value from RGB is 123 - color contains mainly: blue. Hex color #21197B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21197B is #DEE684. Grayscale: #262626. Windows color (decimal): -14608005 or 8067361. OLE color: 8067361.
HSL color Cylindrical-coordinate representation of color #21197B: hue angle of 244.9º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21197B is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 25 | 123 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.52 |
| HSL | 244.9º | 0.66% | 0.29% | - |
| HSV(B) | 244.9º | 0.8% | 0.48% | - |
| XYZ | 4.55 | 2.45 | 18.97 | - |
| YUV | 38.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 123 | 0.73 | 0.80 | 0 | 0.52 | 244.9 | 0.66 | 0.29 |
| Hex | 21 | 19 | 7B | 49 | 50 | 0 | 34 | F5 | 42 | 1D |
| Octal | 41 | 31 | 173 | 111 | 120 | 0 | 64 | 365 | 102 | 35 |
| Binary | 100001 | 11001 | 1111011 | 1001001 | 1010000 | 0 | 110100 | 11110101 | 1000010 | 11101 |
Color Harmonies of #21197B
Complementary color
Monochromatic Colors of #21197B
Black with #21197B
Text Example
Text Example
White with #21197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21197B; }
p { color: rgb(33,25,123); }
H1.HeaderClassName
{
color: #21197B;
}
.AnyTagClassName
{
color: #21197B;
}
</style>
background-color css
<style>
a { background-color: #21197B; }
a { background-color: rgb(33,25,123); }
div.DivClassName
{
background-color: #21197B;
}
.BgClassName
{
background-color: #21197B;
}
</style>
border-color css
<style>
span { border-color: #21197B; }
span { border-color: rgb(33,25,123); }
td.TdClassName
{
border-color: #21197B;
}
.TagClassName
{
border-color: #21197B;
}
</style>