Shades of Midnight Blue #19055D
Tints of Midnight Blue #19055D
RGB
CMYK
RGB Variations
Color information
#19055D (or 0x19055D) is known color: Midnight Blue. HEX triplet: 19, 05 and 5D. RGB value is (25,5,93). Sum of RGB (Red+Green+Blue) = 25+5+93=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #19055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19055D is #E6FAA2. Grayscale: #141414. Windows color (decimal): -15137443 or 6096153. OLE color: 6096153.
HSL color Cylindrical-coordinate representation of color #19055D: hue angle of 253.64º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #19055D is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 5 | 93 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.64 |
| HSL | 253.64º | 0.9% | 0.19% | - |
| HSV(B) | 253.64º | 0.95% | 0.36% | - |
| XYZ | 2.43 | 1.11 | 10.44 | - |
| YUV | 21.01 | 168.63 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 93 | 0.73 | 0.95 | 0 | 0.64 | 253.64 | 0.9 | 0.19 |
| Hex | 19 | 5 | 5D | 49 | 5F | 0 | 40 | FE | 5A | 13 |
| Octal | 31 | 5 | 135 | 111 | 137 | 0 | 100 | 376 | 132 | 23 |
| Binary | 11001 | 101 | 1011101 | 1001001 | 1011111 | 0 | 1000000 | 11111110 | 1011010 | 10011 |
Color Harmonies of #19055D
Complementary color
Monochromatic Colors of #19055D
Black with #19055D
Text Example
Text Example
White with #19055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19055D; }
p { color: rgb(25,5,93); }
H1.HeaderClassName
{
color: #19055D;
}
.AnyTagClassName
{
color: #19055D;
}
</style>
background-color css
<style>
a { background-color: #19055D; }
a { background-color: rgb(25,5,93); }
div.DivClassName
{
background-color: #19055D;
}
.BgClassName
{
background-color: #19055D;
}
</style>
border-color css
<style>
span { border-color: #19055D; }
span { border-color: rgb(25,5,93); }
td.TdClassName
{
border-color: #19055D;
}
.TagClassName
{
border-color: #19055D;
}
</style>