Shades of Midnight Blue #19157A
Tints of Midnight Blue #19157A
RGB
CMYK
RGB Variations
Color information
#19157A (or 0x19157A) is known color: Midnight Blue. HEX triplet: 19, 15 and 7A. RGB value is (25,21,122). Sum of RGB (Red+Green+Blue) = 25+21+122=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 122 (48.05% from 255 or 72.62% from 168); Max value from RGB is 122 - color contains mainly: blue. Hex color #19157A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19157A is #E6EA85. Grayscale: #212121. Windows color (decimal): -15133318 or 8000793. OLE color: 8000793.
HSL color Cylindrical-coordinate representation of color #19157A: hue angle of 242.38º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19157A is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 21 | 122 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.52 |
| HSL | 242.38º | 0.71% | 0.28% | - |
| HSV(B) | 242.38º | 0.83% | 0.48% | - |
| XYZ | 4.18 | 2.15 | 18.61 | - |
| YUV | 33.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 122 | 0.80 | 0.83 | 0 | 0.52 | 242.38 | 0.71 | 0.28 |
| Hex | 19 | 15 | 7A | 50 | 53 | 0 | 34 | F2 | 47 | 1C |
| Octal | 31 | 25 | 172 | 120 | 123 | 0 | 64 | 362 | 107 | 34 |
| Binary | 11001 | 10101 | 1111010 | 1010000 | 1010011 | 0 | 110100 | 11110010 | 1000111 | 11100 |
Color Harmonies of #19157A
Complementary color
Monochromatic Colors of #19157A
Black with #19157A
Text Example
Text Example
White with #19157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19157A; }
p { color: rgb(25,21,122); }
H1.HeaderClassName
{
color: #19157A;
}
.AnyTagClassName
{
color: #19157A;
}
</style>
background-color css
<style>
a { background-color: #19157A; }
a { background-color: rgb(25,21,122); }
div.DivClassName
{
background-color: #19157A;
}
.BgClassName
{
background-color: #19157A;
}
</style>
border-color css
<style>
span { border-color: #19157A; }
span { border-color: rgb(25,21,122); }
td.TdClassName
{
border-color: #19157A;
}
.TagClassName
{
border-color: #19157A;
}
</style>