Shades of Midnight Blue #19115C
Tints of Midnight Blue #19115C
RGB
CMYK
RGB Variations
Color information
#19115C (or 0x19115C) is known color: Midnight Blue. HEX triplet: 19, 11 and 5C. RGB value is (25,17,92). Sum of RGB (Red+Green+Blue) = 25+17+92=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 92 (36.33% from 255 or 68.66% from 134); Max value from RGB is 92 - color contains mainly: blue. Hex color #19115C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19115C is #E6EEA3. Grayscale: #1B1B1B. Windows color (decimal): -15134372 or 6033689. OLE color: 6033689.
HSL color Cylindrical-coordinate representation of color #19115C: hue angle of 246.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19115C is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 17 | 92 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.64 |
| HSL | 246.4º | 0.69% | 0.21% | - |
| HSV(B) | 246.4º | 0.82% | 0.36% | - |
| XYZ | 2.53 | 1.38 | 10.26 | - |
| YUV | 27.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 92 | 0.73 | 0.82 | 0 | 0.64 | 246.4 | 0.69 | 0.21 |
| Hex | 19 | 11 | 5C | 49 | 52 | 0 | 40 | F6 | 45 | 15 |
| Octal | 31 | 21 | 134 | 111 | 122 | 0 | 100 | 366 | 105 | 25 |
| Binary | 11001 | 10001 | 1011100 | 1001001 | 1010010 | 0 | 1000000 | 11110110 | 1000101 | 10101 |
Color Harmonies of #19115C
Complementary color
Monochromatic Colors of #19115C
Black with #19115C
Text Example
Text Example
White with #19115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19115C; }
p { color: rgb(25,17,92); }
H1.HeaderClassName
{
color: #19115C;
}
.AnyTagClassName
{
color: #19115C;
}
</style>
background-color css
<style>
a { background-color: #19115C; }
a { background-color: rgb(25,17,92); }
div.DivClassName
{
background-color: #19115C;
}
.BgClassName
{
background-color: #19115C;
}
</style>
border-color css
<style>
span { border-color: #19115C; }
span { border-color: rgb(25,17,92); }
td.TdClassName
{
border-color: #19115C;
}
.TagClassName
{
border-color: #19115C;
}
</style>