Shades of Midnight Blue #19207C
Tints of Midnight Blue #19207C
RGB
CMYK
RGB Variations
Color information
#19207C (or 0x19207C) is known color: Midnight Blue. HEX triplet: 19, 20 and 7C. RGB value is (25,32,124). Sum of RGB (Red+Green+Blue) = 25+32+124=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 124 (48.83% from 255 or 68.51% from 181); Max value from RGB is 124 - color contains mainly: blue. Hex color #19207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19207C is #E6DF83. Grayscale: #282828. Windows color (decimal): -15130500 or 8134681. OLE color: 8134681.
HSL color Cylindrical-coordinate representation of color #19207C: hue angle of 235.76º 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 #19207C is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 32 | 124 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.51 |
| HSL | 235.76º | 0.66% | 0.29% | - |
| HSV(B) | 235.76º | 0.8% | 0.49% | - |
| XYZ | 4.56 | 2.69 | 19.35 | - |
| YUV | 40.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 124 | 0.80 | 0.74 | 0 | 0.51 | 235.76 | 0.66 | 0.29 |
| Hex | 19 | 20 | 7C | 50 | 4A | 0 | 33 | EC | 42 | 1D |
| Octal | 31 | 40 | 174 | 120 | 112 | 0 | 63 | 354 | 102 | 35 |
| Binary | 11001 | 100000 | 1111100 | 1010000 | 1001010 | 0 | 110011 | 11101100 | 1000010 | 11101 |
Color Harmonies of #19207C
Complementary color
Monochromatic Colors of #19207C
Black with #19207C
Text Example
Text Example
White with #19207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19207C; }
p { color: rgb(25,32,124); }
H1.HeaderClassName
{
color: #19207C;
}
.AnyTagClassName
{
color: #19207C;
}
</style>
background-color css
<style>
a { background-color: #19207C; }
a { background-color: rgb(25,32,124); }
div.DivClassName
{
background-color: #19207C;
}
.BgClassName
{
background-color: #19207C;
}
</style>
border-color css
<style>
span { border-color: #19207C; }
span { border-color: rgb(25,32,124); }
td.TdClassName
{
border-color: #19207C;
}
.TagClassName
{
border-color: #19207C;
}
</style>