Shades of Midnight Blue #21247C
Tints of Midnight Blue #21247C
RGB
CMYK
RGB Variations
Color information
#21247C (or 0x21247C) is known color: Midnight Blue. HEX triplet: 21, 24 and 7C. RGB value is (33,36,124). Sum of RGB (Red+Green+Blue) = 33+36+124=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #21247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21247C is #DEDB83. Grayscale: #2C2C2C. Windows color (decimal): -14605188 or 8135713. OLE color: 8135713.
HSL color Cylindrical-coordinate representation of color #21247C: hue angle of 238.02º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21247C is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 36 | 124 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.51 |
| HSL | 238.02º | 0.58% | 0.31% | - |
| HSV(B) | 238.02º | 0.73% | 0.49% | - |
| XYZ | 4.9 | 3.04 | 19.4 | - |
| YUV | 45.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 124 | 0.73 | 0.71 | 0 | 0.51 | 238.02 | 0.58 | 0.31 |
| Hex | 21 | 24 | 7C | 49 | 47 | 0 | 33 | EE | 3A | 1F |
| Octal | 41 | 44 | 174 | 111 | 107 | 0 | 63 | 356 | 72 | 37 |
| Binary | 100001 | 100100 | 1111100 | 1001001 | 1000111 | 0 | 110011 | 11101110 | 111010 | 11111 |
Color Harmonies of #21247C
Complementary color
Monochromatic Colors of #21247C
Black with #21247C
Text Example
Text Example
White with #21247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21247C; }
p { color: rgb(33,36,124); }
H1.HeaderClassName
{
color: #21247C;
}
.AnyTagClassName
{
color: #21247C;
}
</style>
background-color css
<style>
a { background-color: #21247C; }
a { background-color: rgb(33,36,124); }
div.DivClassName
{
background-color: #21247C;
}
.BgClassName
{
background-color: #21247C;
}
</style>
border-color css
<style>
span { border-color: #21247C; }
span { border-color: rgb(33,36,124); }
td.TdClassName
{
border-color: #21247C;
}
.TagClassName
{
border-color: #21247C;
}
</style>