Shades of Midnight Blue #19286F
Tints of Midnight Blue #19286F
RGB
CMYK
RGB Variations
Color information
#19286F (or 0x19286F) is known color: Midnight Blue. HEX triplet: 19, 28 and 6F. RGB value is (25,40,111). Sum of RGB (Red+Green+Blue) = 25+40+111=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 111 (43.75% from 255 or 63.07% from 176); Max value from RGB is 111 - color contains mainly: blue. Hex color #19286F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19286F is #E6D790. Grayscale: #2B2B2B. Windows color (decimal): -15128465 or 7284761. OLE color: 7284761.
HSL color Cylindrical-coordinate representation of color #19286F: hue angle of 229.53º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19286F is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 40 | 111 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.56 |
| HSL | 229.53º | 0.63% | 0.27% | - |
| HSV(B) | 229.53º | 0.77% | 0.44% | - |
| XYZ | 4.03 | 2.87 | 15.38 | - |
| YUV | 43.61 | 166.03 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 111 | 0.77 | 0.64 | 0 | 0.56 | 229.53 | 0.63 | 0.27 |
| Hex | 19 | 28 | 6F | 4D | 40 | 0 | 38 | E6 | 3F | 1B |
| Octal | 31 | 50 | 157 | 115 | 100 | 0 | 70 | 346 | 77 | 33 |
| Binary | 11001 | 101000 | 1101111 | 1001101 | 1000000 | 0 | 111000 | 11100110 | 111111 | 11011 |
Color Harmonies of #19286F
Complementary color
Monochromatic Colors of #19286F
Black with #19286F
Text Example
Text Example
White with #19286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19286F; }
p { color: rgb(25,40,111); }
H1.HeaderClassName
{
color: #19286F;
}
.AnyTagClassName
{
color: #19286F;
}
</style>
background-color css
<style>
a { background-color: #19286F; }
a { background-color: rgb(25,40,111); }
div.DivClassName
{
background-color: #19286F;
}
.BgClassName
{
background-color: #19286F;
}
</style>
border-color css
<style>
span { border-color: #19286F; }
span { border-color: rgb(25,40,111); }
td.TdClassName
{
border-color: #19286F;
}
.TagClassName
{
border-color: #19286F;
}
</style>