Shades of Midnight Blue #19217C
Tints of Midnight Blue #19217C
RGB
CMYK
RGB Variations
Color information
#19217C (or 0x19217C) is known color: Midnight Blue. HEX triplet: 19, 21 and 7C. RGB value is (25,33,124). Sum of RGB (Red+Green+Blue) = 25+33+124=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 124 (48.83% from 255 or 68.13% from 182); Max value from RGB is 124 - color contains mainly: blue. Hex color #19217C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19217C is #E6DE83. Grayscale: #282828. Windows color (decimal): -15130244 or 8134937. OLE color: 8134937.
HSL color Cylindrical-coordinate representation of color #19217C: hue angle of 235.15º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19217C is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 33 | 124 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.51 |
| HSL | 235.15º | 0.66% | 0.29% | - |
| HSV(B) | 235.15º | 0.8% | 0.49% | - |
| XYZ | 4.58 | 2.75 | 19.36 | - |
| YUV | 40.98 | 174.85 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 124 | 0.80 | 0.73 | 0 | 0.51 | 235.15 | 0.66 | 0.29 |
| Hex | 19 | 21 | 7C | 50 | 49 | 0 | 33 | EB | 42 | 1D |
| Octal | 31 | 41 | 174 | 120 | 111 | 0 | 63 | 353 | 102 | 35 |
| Binary | 11001 | 100001 | 1111100 | 1010000 | 1001001 | 0 | 110011 | 11101011 | 1000010 | 11101 |
Color Harmonies of #19217C
Complementary color
Monochromatic Colors of #19217C
Black with #19217C
Text Example
Text Example
White with #19217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19217C; }
p { color: rgb(25,33,124); }
H1.HeaderClassName
{
color: #19217C;
}
.AnyTagClassName
{
color: #19217C;
}
</style>
background-color css
<style>
a { background-color: #19217C; }
a { background-color: rgb(25,33,124); }
div.DivClassName
{
background-color: #19217C;
}
.BgClassName
{
background-color: #19217C;
}
</style>
border-color css
<style>
span { border-color: #19217C; }
span { border-color: rgb(25,33,124); }
td.TdClassName
{
border-color: #19217C;
}
.TagClassName
{
border-color: #19217C;
}
</style>