Shades of Midnight Blue #19095D
Tints of Midnight Blue #19095D
RGB
CMYK
RGB Variations
Color information
#19095D (or 0x19095D) is known color: Midnight Blue. HEX triplet: 19, 09 and 5D. RGB value is (25,9,93). Sum of RGB (Red+Green+Blue) = 25+9+93=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #19095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19095D is #E6F6A2. Grayscale: #171717. Windows color (decimal): -15136419 or 6097177. OLE color: 6097177.
HSL color Cylindrical-coordinate representation of color #19095D: hue angle of 251.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19095D is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 9 | 93 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.64 |
| HSL | 251.43º | 0.82% | 0.2% | - |
| HSV(B) | 251.43º | 0.9% | 0.36% | - |
| XYZ | 2.47 | 1.19 | 10.46 | - |
| YUV | 23.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 93 | 0.73 | 0.90 | 0 | 0.64 | 251.43 | 0.82 | 0.2 |
| Hex | 19 | 9 | 5D | 49 | 5A | 0 | 40 | FB | 52 | 14 |
| Octal | 31 | 11 | 135 | 111 | 132 | 0 | 100 | 373 | 122 | 24 |
| Binary | 11001 | 1001 | 1011101 | 1001001 | 1011010 | 0 | 1000000 | 11111011 | 1010010 | 10100 |
Color Harmonies of #19095D
Complementary color
Monochromatic Colors of #19095D
Black with #19095D
Text Example
Text Example
White with #19095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19095D; }
p { color: rgb(25,9,93); }
H1.HeaderClassName
{
color: #19095D;
}
.AnyTagClassName
{
color: #19095D;
}
</style>
background-color css
<style>
a { background-color: #19095D; }
a { background-color: rgb(25,9,93); }
div.DivClassName
{
background-color: #19095D;
}
.BgClassName
{
background-color: #19095D;
}
</style>
border-color css
<style>
span { border-color: #19095D; }
span { border-color: rgb(25,9,93); }
td.TdClassName
{
border-color: #19095D;
}
.TagClassName
{
border-color: #19095D;
}
</style>