Shades of Midnight Blue #21147F
Tints of Midnight Blue #21147F
RGB
CMYK
RGB Variations
Color information
#21147F (or 0x21147F) is known color: Midnight Blue. HEX triplet: 21, 14 and 7F. RGB value is (33,20,127). Sum of RGB (Red+Green+Blue) = 33+20+127=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 127 (50% from 255 or 70.56% from 180); Max value from RGB is 127 - color contains mainly: blue. Hex color #21147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21147F is #DEEB80. Grayscale: #232323. Windows color (decimal): -14609281 or 8328225. OLE color: 8328225.
HSL color Cylindrical-coordinate representation of color #21147F: hue angle of 247.29º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21147F is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 20 | 127 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.50 |
| HSL | 247.29º | 0.73% | 0.29% | - |
| HSV(B) | 247.29º | 0.84% | 0.5% | - |
| XYZ | 4.71 | 2.36 | 20.29 | - |
| YUV | 36.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 127 | 0.74 | 0.84 | 0 | 0.50 | 247.29 | 0.73 | 0.29 |
| Hex | 21 | 14 | 7F | 4A | 54 | 0 | 32 | F7 | 49 | 1D |
| Octal | 41 | 24 | 177 | 112 | 124 | 0 | 62 | 367 | 111 | 35 |
| Binary | 100001 | 10100 | 1111111 | 1001010 | 1010100 | 0 | 110010 | 11110111 | 1001001 | 11101 |
Color Harmonies of #21147F
Complementary color
Monochromatic Colors of #21147F
Black with #21147F
Text Example
Text Example
White with #21147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21147F; }
p { color: rgb(33,20,127); }
H1.HeaderClassName
{
color: #21147F;
}
.AnyTagClassName
{
color: #21147F;
}
</style>
background-color css
<style>
a { background-color: #21147F; }
a { background-color: rgb(33,20,127); }
div.DivClassName
{
background-color: #21147F;
}
.BgClassName
{
background-color: #21147F;
}
</style>
border-color css
<style>
span { border-color: #21147F; }
span { border-color: rgb(33,20,127); }
td.TdClassName
{
border-color: #21147F;
}
.TagClassName
{
border-color: #21147F;
}
</style>