Shades of Midnight Blue #19015C
Tints of Midnight Blue #19015C
RGB
CMYK
RGB Variations
Color information
#19015C (or 0x19015C) is known color: Midnight Blue. HEX triplet: 19, 01 and 5C. RGB value is (25,1,92). Sum of RGB (Red+Green+Blue) = 25+1+92=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 92 (36.33% from 255 or 77.97% from 118); Max value from RGB is 92 - color contains mainly: blue. Hex color #19015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19015C is #E6FEA3. Grayscale: #121212. Windows color (decimal): -15138468 or 6029593. OLE color: 6029593.
HSL color Cylindrical-coordinate representation of color #19015C: hue angle of 255.82º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19015C is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 1 | 92 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.64 |
| HSL | 255.82º | 0.98% | 0.18% | - |
| HSV(B) | 255.82º | 0.99% | 0.36% | - |
| XYZ | 2.34 | 1 | 10.19 | - |
| YUV | 18.55 | 169.45 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 92 | 0.73 | 0.99 | 0 | 0.64 | 255.82 | 0.98 | 0.18 |
| Hex | 19 | 1 | 5C | 49 | 63 | 0 | 40 | 100 | 62 | 12 |
| Octal | 31 | 1 | 134 | 111 | 143 | 0 | 100 | 400 | 142 | 22 |
| Binary | 11001 | 1 | 1011100 | 1001001 | 1100011 | 0 | 1000000 | 100000000 | 1100010 | 10010 |
Color Harmonies of #19015C
Complementary color
Monochromatic Colors of #19015C
Black with #19015C
Text Example
Text Example
White with #19015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19015C; }
p { color: rgb(25,1,92); }
H1.HeaderClassName
{
color: #19015C;
}
.AnyTagClassName
{
color: #19015C;
}
</style>
background-color css
<style>
a { background-color: #19015C; }
a { background-color: rgb(25,1,92); }
div.DivClassName
{
background-color: #19015C;
}
.BgClassName
{
background-color: #19015C;
}
</style>
border-color css
<style>
span { border-color: #19015C; }
span { border-color: rgb(25,1,92); }
td.TdClassName
{
border-color: #19015C;
}
.TagClassName
{
border-color: #19015C;
}
</style>