Shades of Midnight Blue #19155A
Tints of Midnight Blue #19155A
RGB
CMYK
RGB Variations
Color information
#19155A (or 0x19155A) is known color: Midnight Blue. HEX triplet: 19, 15 and 5A. RGB value is (25,21,90). Sum of RGB (Red+Green+Blue) = 25+21+90=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #19155A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19155A is #E6EAA5. Grayscale: #1D1D1D. Windows color (decimal): -15133350 or 5903641. OLE color: 5903641.
HSL color Cylindrical-coordinate representation of color #19155A: hue angle of 243.48º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19155A is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 21 | 90 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.65 |
| HSL | 243.48º | 0.62% | 0.22% | - |
| HSV(B) | 243.48º | 0.77% | 0.35% | - |
| XYZ | 2.51 | 1.48 | 9.83 | - |
| YUV | 30.06 | 161.83 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 90 | 0.72 | 0.77 | 0 | 0.65 | 243.48 | 0.62 | 0.22 |
| Hex | 19 | 15 | 5A | 48 | 4D | 0 | 41 | F3 | 3E | 16 |
| Octal | 31 | 25 | 132 | 110 | 115 | 0 | 101 | 363 | 76 | 26 |
| Binary | 11001 | 10101 | 1011010 | 1001000 | 1001101 | 0 | 1000001 | 11110011 | 111110 | 10110 |
Color Harmonies of #19155A
Complementary color
Monochromatic Colors of #19155A
Black with #19155A
Text Example
Text Example
White with #19155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19155A; }
p { color: rgb(25,21,90); }
H1.HeaderClassName
{
color: #19155A;
}
.AnyTagClassName
{
color: #19155A;
}
</style>
background-color css
<style>
a { background-color: #19155A; }
a { background-color: rgb(25,21,90); }
div.DivClassName
{
background-color: #19155A;
}
.BgClassName
{
background-color: #19155A;
}
</style>
border-color css
<style>
span { border-color: #19155A; }
span { border-color: rgb(25,21,90); }
td.TdClassName
{
border-color: #19155A;
}
.TagClassName
{
border-color: #19155A;
}
</style>