Shades of Midnight Blue #19247F
Tints of Midnight Blue #19247F
RGB
CMYK
RGB Variations
Color information
#19247F (or 0x19247F) is known color: Midnight Blue. HEX triplet: 19, 24 and 7F. RGB value is (25,36,127). Sum of RGB (Red+Green+Blue) = 25+36+127=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 127 (50% from 255 or 67.55% from 188); Max value from RGB is 127 - color contains mainly: blue. Hex color #19247F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19247F is #E6DB80. Grayscale: #2A2A2A. Windows color (decimal): -15129473 or 8332313. OLE color: 8332313.
HSL color Cylindrical-coordinate representation of color #19247F: hue angle of 233.53º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19247F is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 36 | 127 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.50 |
| HSL | 233.53º | 0.67% | 0.3% | - |
| HSV(B) | 233.53º | 0.8% | 0.5% | - |
| XYZ | 4.86 | 3 | 20.4 | - |
| YUV | 43.09 | 175.36 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 127 | 0.80 | 0.72 | 0 | 0.50 | 233.53 | 0.67 | 0.3 |
| Hex | 19 | 24 | 7F | 50 | 48 | 0 | 32 | EA | 43 | 1E |
| Octal | 31 | 44 | 177 | 120 | 110 | 0 | 62 | 352 | 103 | 36 |
| Binary | 11001 | 100100 | 1111111 | 1010000 | 1001000 | 0 | 110010 | 11101010 | 1000011 | 11110 |
Color Harmonies of #19247F
Complementary color
Monochromatic Colors of #19247F
Black with #19247F
Text Example
Text Example
White with #19247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19247F; }
p { color: rgb(25,36,127); }
H1.HeaderClassName
{
color: #19247F;
}
.AnyTagClassName
{
color: #19247F;
}
</style>
background-color css
<style>
a { background-color: #19247F; }
a { background-color: rgb(25,36,127); }
div.DivClassName
{
background-color: #19247F;
}
.BgClassName
{
background-color: #19247F;
}
</style>
border-color css
<style>
span { border-color: #19247F; }
span { border-color: rgb(25,36,127); }
td.TdClassName
{
border-color: #19247F;
}
.TagClassName
{
border-color: #19247F;
}
</style>