Shades of Midnight Blue #19216C
Tints of Midnight Blue #19216C
RGB
CMYK
RGB Variations
Color information
#19216C (or 0x19216C) is known color: Midnight Blue. HEX triplet: 19, 21 and 6C. RGB value is (25,33,108). Sum of RGB (Red+Green+Blue) = 25+33+108=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 33 (13.28% from 255 or 19.88% 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 #19216C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19216C is #E6DE93. Grayscale: #262626. Windows color (decimal): -15130260 or 7086361. OLE color: 7086361.
HSL color Cylindrical-coordinate representation of color #19216C: hue angle of 234.22º 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 #19216C is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 33 | 108 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.58 |
| HSL | 234.22º | 0.62% | 0.26% | - |
| HSV(B) | 234.22º | 0.77% | 0.42% | - |
| XYZ | 3.65 | 2.38 | 14.45 | - |
| YUV | 39.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 108 | 0.77 | 0.69 | 0 | 0.58 | 234.22 | 0.62 | 0.26 |
| Hex | 19 | 21 | 6C | 4D | 45 | 0 | 3A | EA | 3E | 1A |
| Octal | 31 | 41 | 154 | 115 | 105 | 0 | 72 | 352 | 76 | 32 |
| Binary | 11001 | 100001 | 1101100 | 1001101 | 1000101 | 0 | 111010 | 11101010 | 111110 | 11010 |
Color Harmonies of #19216C
Complementary color
Monochromatic Colors of #19216C
Black with #19216C
Text Example
Text Example
White with #19216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19216C; }
p { color: rgb(25,33,108); }
H1.HeaderClassName
{
color: #19216C;
}
.AnyTagClassName
{
color: #19216C;
}
</style>
background-color css
<style>
a { background-color: #19216C; }
a { background-color: rgb(25,33,108); }
div.DivClassName
{
background-color: #19216C;
}
.BgClassName
{
background-color: #19216C;
}
</style>
border-color css
<style>
span { border-color: #19216C; }
span { border-color: rgb(25,33,108); }
td.TdClassName
{
border-color: #19216C;
}
.TagClassName
{
border-color: #19216C;
}
</style>