Shades of Midnight Blue #19175C
Tints of Midnight Blue #19175C
RGB
CMYK
RGB Variations
Color information
#19175C (or 0x19175C) is known color: Midnight Blue. HEX triplet: 19, 17 and 5C. RGB value is (25,23,92). Sum of RGB (Red+Green+Blue) = 25+23+92=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 92 (36.33% from 255 or 65.71% from 140); Max value from RGB is 92 - color contains mainly: blue. Hex color #19175C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19175C is #E6E8A3. Grayscale: #1F1F1F. Windows color (decimal): -15132836 or 6035225. OLE color: 6035225.
HSL color Cylindrical-coordinate representation of color #19175C: hue angle of 241.74º 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 #19175C is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 23 | 92 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.64 |
| HSL | 241.74º | 0.6% | 0.23% | - |
| HSV(B) | 241.74º | 0.75% | 0.36% | - |
| XYZ | 2.64 | 1.59 | 10.29 | - |
| YUV | 31.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 92 | 0.73 | 0.75 | 0 | 0.64 | 241.74 | 0.6 | 0.23 |
| Hex | 19 | 17 | 5C | 49 | 4B | 0 | 40 | F2 | 3C | 17 |
| Octal | 31 | 27 | 134 | 111 | 113 | 0 | 100 | 362 | 74 | 27 |
| Binary | 11001 | 10111 | 1011100 | 1001001 | 1001011 | 0 | 1000000 | 11110010 | 111100 | 10111 |
Color Harmonies of #19175C
Complementary color
Monochromatic Colors of #19175C
Black with #19175C
Text Example
Text Example
White with #19175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19175C; }
p { color: rgb(25,23,92); }
H1.HeaderClassName
{
color: #19175C;
}
.AnyTagClassName
{
color: #19175C;
}
</style>
background-color css
<style>
a { background-color: #19175C; }
a { background-color: rgb(25,23,92); }
div.DivClassName
{
background-color: #19175C;
}
.BgClassName
{
background-color: #19175C;
}
</style>
border-color css
<style>
span { border-color: #19175C; }
span { border-color: rgb(25,23,92); }
td.TdClassName
{
border-color: #19175C;
}
.TagClassName
{
border-color: #19175C;
}
</style>