Shades of Midnight Blue #19187C
Tints of Midnight Blue #19187C
RGB
CMYK
RGB Variations
Color information
#19187C (or 0x19187C) is known color: Midnight Blue. HEX triplet: 19, 18 and 7C. RGB value is (25,24,124). Sum of RGB (Red+Green+Blue) = 25+24+124=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #19187C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19187C is #E6E783. Grayscale: #232323. Windows color (decimal): -15132548 or 8132633. OLE color: 8132633.
HSL color Cylindrical-coordinate representation of color #19187C: hue angle of 240.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19187C is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 24 | 124 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.51 |
| HSL | 240.6º | 0.68% | 0.29% | - |
| HSV(B) | 240.6º | 0.81% | 0.49% | - |
| XYZ | 4.37 | 2.32 | 19.29 | - |
| YUV | 35.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 124 | 0.80 | 0.81 | 0 | 0.51 | 240.6 | 0.68 | 0.29 |
| Hex | 19 | 18 | 7C | 50 | 51 | 0 | 33 | F1 | 44 | 1D |
| Octal | 31 | 30 | 174 | 120 | 121 | 0 | 63 | 361 | 104 | 35 |
| Binary | 11001 | 11000 | 1111100 | 1010000 | 1010001 | 0 | 110011 | 11110001 | 1000100 | 11101 |
Color Harmonies of #19187C
Complementary color
Monochromatic Colors of #19187C
Black with #19187C
Text Example
Text Example
White with #19187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19187C; }
p { color: rgb(25,24,124); }
H1.HeaderClassName
{
color: #19187C;
}
.AnyTagClassName
{
color: #19187C;
}
</style>
background-color css
<style>
a { background-color: #19187C; }
a { background-color: rgb(25,24,124); }
div.DivClassName
{
background-color: #19187C;
}
.BgClassName
{
background-color: #19187C;
}
</style>
border-color css
<style>
span { border-color: #19187C; }
span { border-color: rgb(25,24,124); }
td.TdClassName
{
border-color: #19187C;
}
.TagClassName
{
border-color: #19187C;
}
</style>