Shades of Midnight Blue #19205C
Tints of Midnight Blue #19205C
RGB
CMYK
RGB Variations
Color information
#19205C (or 0x19205C) is known color: Midnight Blue. HEX triplet: 19, 20 and 5C. RGB value is (25,32,92). Sum of RGB (Red+Green+Blue) = 25+32+92=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #19205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19205C is #E6DFA3. Grayscale: #242424. Windows color (decimal): -15130532 or 6037529. OLE color: 6037529.
HSL color Cylindrical-coordinate representation of color #19205C: hue angle of 233.73º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19205C is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 32 | 92 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.64 |
| HSL | 233.73º | 0.57% | 0.23% | - |
| HSV(B) | 233.73º | 0.73% | 0.36% | - |
| XYZ | 2.85 | 2.01 | 10.36 | - |
| YUV | 36.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 92 | 0.73 | 0.65 | 0 | 0.64 | 233.73 | 0.57 | 0.23 |
| Hex | 19 | 20 | 5C | 49 | 41 | 0 | 40 | EA | 39 | 17 |
| Octal | 31 | 40 | 134 | 111 | 101 | 0 | 100 | 352 | 71 | 27 |
| Binary | 11001 | 100000 | 1011100 | 1001001 | 1000001 | 0 | 1000000 | 11101010 | 111001 | 10111 |
Color Harmonies of #19205C
Complementary color
Monochromatic Colors of #19205C
Black with #19205C
Text Example
Text Example
White with #19205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19205C; }
p { color: rgb(25,32,92); }
H1.HeaderClassName
{
color: #19205C;
}
.AnyTagClassName
{
color: #19205C;
}
</style>
background-color css
<style>
a { background-color: #19205C; }
a { background-color: rgb(25,32,92); }
div.DivClassName
{
background-color: #19205C;
}
.BgClassName
{
background-color: #19205C;
}
</style>
border-color css
<style>
span { border-color: #19205C; }
span { border-color: rgb(25,32,92); }
td.TdClassName
{
border-color: #19205C;
}
.TagClassName
{
border-color: #19205C;
}
</style>