Shades of Midnight Blue #19187F
Tints of Midnight Blue #19187F
RGB
CMYK
RGB Variations
Color information
#19187F (or 0x19187F) is known color: Midnight Blue. HEX triplet: 19, 18 and 7F. RGB value is (25,24,127). Sum of RGB (Red+Green+Blue) = 25+24+127=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 127 (50% from 255 or 72.16% from 176); Max value from RGB is 127 - color contains mainly: blue. Hex color #19187F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19187F is #E6E780. Grayscale: #232323. Windows color (decimal): -15132545 or 8329241. OLE color: 8329241.
HSL color Cylindrical-coordinate representation of color #19187F: hue angle of 240.58º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19187F is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 24 | 127 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.50 |
| HSL | 240.58º | 0.68% | 0.3% | - |
| HSV(B) | 240.58º | 0.81% | 0.5% | - |
| XYZ | 4.56 | 2.39 | 20.3 | - |
| YUV | 36.04 | 179.33 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 127 | 0.80 | 0.81 | 0 | 0.50 | 240.58 | 0.68 | 0.3 |
| Hex | 19 | 18 | 7F | 50 | 51 | 0 | 32 | F1 | 44 | 1E |
| Octal | 31 | 30 | 177 | 120 | 121 | 0 | 62 | 361 | 104 | 36 |
| Binary | 11001 | 11000 | 1111111 | 1010000 | 1010001 | 0 | 110010 | 11110001 | 1000100 | 11110 |
Color Harmonies of #19187F
Complementary color
Monochromatic Colors of #19187F
Black with #19187F
Text Example
Text Example
White with #19187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19187F; }
p { color: rgb(25,24,127); }
H1.HeaderClassName
{
color: #19187F;
}
.AnyTagClassName
{
color: #19187F;
}
</style>
background-color css
<style>
a { background-color: #19187F; }
a { background-color: rgb(25,24,127); }
div.DivClassName
{
background-color: #19187F;
}
.BgClassName
{
background-color: #19187F;
}
</style>
border-color css
<style>
span { border-color: #19187F; }
span { border-color: rgb(25,24,127); }
td.TdClassName
{
border-color: #19187F;
}
.TagClassName
{
border-color: #19187F;
}
</style>