Shades of Midnight Blue #19157C
Tints of Midnight Blue #19157C
RGB
CMYK
RGB Variations
Color information
#19157C (or 0x19157C) is known color: Midnight Blue. HEX triplet: 19, 15 and 7C. RGB value is (25,21,124). Sum of RGB (Red+Green+Blue) = 25+21+124=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 124 (48.83% from 255 or 72.94% from 170); Max value from RGB is 124 - color contains mainly: blue. Hex color #19157C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19157C is #E6EA83. Grayscale: #212121. Windows color (decimal): -15133316 or 8131865. OLE color: 8131865.
HSL color Cylindrical-coordinate representation of color #19157C: hue angle of 242.33º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19157C is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 21 | 124 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.51 |
| HSL | 242.33º | 0.71% | 0.28% | - |
| HSV(B) | 242.33º | 0.83% | 0.49% | - |
| XYZ | 4.31 | 2.2 | 19.27 | - |
| YUV | 33.94 | 178.83 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 124 | 0.80 | 0.83 | 0 | 0.51 | 242.33 | 0.71 | 0.28 |
| Hex | 19 | 15 | 7C | 50 | 53 | 0 | 33 | F2 | 47 | 1C |
| Octal | 31 | 25 | 174 | 120 | 123 | 0 | 63 | 362 | 107 | 34 |
| Binary | 11001 | 10101 | 1111100 | 1010000 | 1010011 | 0 | 110011 | 11110010 | 1000111 | 11100 |
Color Harmonies of #19157C
Complementary color
Monochromatic Colors of #19157C
Black with #19157C
Text Example
Text Example
White with #19157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19157C; }
p { color: rgb(25,21,124); }
H1.HeaderClassName
{
color: #19157C;
}
.AnyTagClassName
{
color: #19157C;
}
</style>
background-color css
<style>
a { background-color: #19157C; }
a { background-color: rgb(25,21,124); }
div.DivClassName
{
background-color: #19157C;
}
.BgClassName
{
background-color: #19157C;
}
</style>
border-color css
<style>
span { border-color: #19157C; }
span { border-color: rgb(25,21,124); }
td.TdClassName
{
border-color: #19157C;
}
.TagClassName
{
border-color: #19157C;
}
</style>