Shades of Midnight Blue #19246E
Tints of Midnight Blue #19246E
RGB
CMYK
RGB Variations
Color information
#19246E (or 0x19246E) is known color: Midnight Blue. HEX triplet: 19, 24 and 6E. RGB value is (25,36,110). Sum of RGB (Red+Green+Blue) = 25+36+110=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #19246E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19246E is #E6DB91. Grayscale: #282828. Windows color (decimal): -15129490 or 7218201. OLE color: 7218201.
HSL color Cylindrical-coordinate representation of color #19246E: hue angle of 232.24º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19246E is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 36 | 110 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.57 |
| HSL | 232.24º | 0.63% | 0.26% | - |
| HSV(B) | 232.24º | 0.77% | 0.43% | - |
| XYZ | 3.85 | 2.59 | 15.05 | - |
| YUV | 41.15 | 166.86 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 110 | 0.77 | 0.67 | 0 | 0.57 | 232.24 | 0.63 | 0.26 |
| Hex | 19 | 24 | 6E | 4D | 43 | 0 | 39 | E8 | 3F | 1A |
| Octal | 31 | 44 | 156 | 115 | 103 | 0 | 71 | 350 | 77 | 32 |
| Binary | 11001 | 100100 | 1101110 | 1001101 | 1000011 | 0 | 111001 | 11101000 | 111111 | 11010 |
Color Harmonies of #19246E
Complementary color
Monochromatic Colors of #19246E
Black with #19246E
Text Example
Text Example
White with #19246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19246E; }
p { color: rgb(25,36,110); }
H1.HeaderClassName
{
color: #19246E;
}
.AnyTagClassName
{
color: #19246E;
}
</style>
background-color css
<style>
a { background-color: #19246E; }
a { background-color: rgb(25,36,110); }
div.DivClassName
{
background-color: #19246E;
}
.BgClassName
{
background-color: #19246E;
}
</style>
border-color css
<style>
span { border-color: #19246E; }
span { border-color: rgb(25,36,110); }
td.TdClassName
{
border-color: #19246E;
}
.TagClassName
{
border-color: #19246E;
}
</style>