Shades of Midnight Blue #21196C
Tints of Midnight Blue #21196C
RGB
CMYK
RGB Variations
Color information
#21196C (or 0x21196C) is known color: Midnight Blue. HEX triplet: 21, 19 and 6C. RGB value is (33,25,108). Sum of RGB (Red+Green+Blue) = 33+25+108=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #21196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21196C is #DEE693. Grayscale: #242424. Windows color (decimal): -14608020 or 7084321. OLE color: 7084321.
HSL color Cylindrical-coordinate representation of color #21196C: hue angle of 245.78º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21196C is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 25 | 108 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.58 |
| HSL | 245.78º | 0.62% | 0.26% | - |
| HSV(B) | 245.78º | 0.77% | 0.42% | - |
| XYZ | 3.68 | 2.1 | 14.4 | - |
| YUV | 36.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 108 | 0.69 | 0.77 | 0 | 0.58 | 245.78 | 0.62 | 0.26 |
| Hex | 21 | 19 | 6C | 45 | 4D | 0 | 3A | F6 | 3E | 1A |
| Octal | 41 | 31 | 154 | 105 | 115 | 0 | 72 | 366 | 76 | 32 |
| Binary | 100001 | 11001 | 1101100 | 1000101 | 1001101 | 0 | 111010 | 11110110 | 111110 | 11010 |
Color Harmonies of #21196C
Complementary color
Monochromatic Colors of #21196C
Black with #21196C
Text Example
Text Example
White with #21196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21196C; }
p { color: rgb(33,25,108); }
H1.HeaderClassName
{
color: #21196C;
}
.AnyTagClassName
{
color: #21196C;
}
</style>
background-color css
<style>
a { background-color: #21196C; }
a { background-color: rgb(33,25,108); }
div.DivClassName
{
background-color: #21196C;
}
.BgClassName
{
background-color: #21196C;
}
</style>
border-color css
<style>
span { border-color: #21196C; }
span { border-color: rgb(33,25,108); }
td.TdClassName
{
border-color: #21196C;
}
.TagClassName
{
border-color: #21196C;
}
</style>