Shades of Midnight Blue #19175D
Tints of Midnight Blue #19175D
RGB
CMYK
RGB Variations
Color information
#19175D (or 0x19175D) is known color: Midnight Blue. HEX triplet: 19, 17 and 5D. RGB value is (25,23,93). Sum of RGB (Red+Green+Blue) = 25+23+93=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #19175D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19175D is #E6E8A2. Grayscale: #1F1F1F. Windows color (decimal): -15132835 or 6100761. OLE color: 6100761.
HSL color Cylindrical-coordinate representation of color #19175D: hue angle of 241.71º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19175D is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 23 | 93 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.64 |
| HSL | 241.71º | 0.6% | 0.23% | - |
| HSV(B) | 241.71º | 0.75% | 0.36% | - |
| XYZ | 2.68 | 1.61 | 10.53 | - |
| YUV | 31.58 | 162.66 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 93 | 0.73 | 0.75 | 0 | 0.64 | 241.71 | 0.6 | 0.23 |
| Hex | 19 | 17 | 5D | 49 | 4B | 0 | 40 | F2 | 3C | 17 |
| Octal | 31 | 27 | 135 | 111 | 113 | 0 | 100 | 362 | 74 | 27 |
| Binary | 11001 | 10111 | 1011101 | 1001001 | 1001011 | 0 | 1000000 | 11110010 | 111100 | 10111 |
Color Harmonies of #19175D
Complementary color
Monochromatic Colors of #19175D
Black with #19175D
Text Example
Text Example
White with #19175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19175D; }
p { color: rgb(25,23,93); }
H1.HeaderClassName
{
color: #19175D;
}
.AnyTagClassName
{
color: #19175D;
}
</style>
background-color css
<style>
a { background-color: #19175D; }
a { background-color: rgb(25,23,93); }
div.DivClassName
{
background-color: #19175D;
}
.BgClassName
{
background-color: #19175D;
}
</style>
border-color css
<style>
span { border-color: #19175D; }
span { border-color: rgb(25,23,93); }
td.TdClassName
{
border-color: #19175D;
}
.TagClassName
{
border-color: #19175D;
}
</style>