Shades of Midnight Blue #19046F
Tints of Midnight Blue #19046F
RGB
CMYK
RGB Variations
Color information
#19046F (or 0x19046F) is known color: Midnight Blue. HEX triplet: 19, 04 and 6F. RGB value is (25,4,111). Sum of RGB (Red+Green+Blue) = 25+4+111=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 111 (43.75% from 255 or 79.29% from 140); Max value from RGB is 111 - color contains mainly: blue. Hex color #19046F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19046F is #E6FB90. Grayscale: #161616. Windows color (decimal): -15137681 or 7275545. OLE color: 7275545.
HSL color Cylindrical-coordinate representation of color #19046F: hue angle of 251.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19046F is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 4 | 111 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.56 |
| HSL | 251.78º | 0.93% | 0.23% | - |
| HSV(B) | 251.78º | 0.96% | 0.44% | - |
| XYZ | 3.31 | 1.44 | 15.14 | - |
| YUV | 22.48 | 177.96 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 111 | 0.77 | 0.96 | 0 | 0.56 | 251.78 | 0.93 | 0.23 |
| Hex | 19 | 4 | 6F | 4D | 60 | 0 | 38 | FC | 5D | 17 |
| Octal | 31 | 4 | 157 | 115 | 140 | 0 | 70 | 374 | 135 | 27 |
| Binary | 11001 | 100 | 1101111 | 1001101 | 1100000 | 0 | 111000 | 11111100 | 1011101 | 10111 |
Color Harmonies of #19046F
Complementary color
Monochromatic Colors of #19046F
Black with #19046F
Text Example
Text Example
White with #19046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19046F; }
p { color: rgb(25,4,111); }
H1.HeaderClassName
{
color: #19046F;
}
.AnyTagClassName
{
color: #19046F;
}
</style>
background-color css
<style>
a { background-color: #19046F; }
a { background-color: rgb(25,4,111); }
div.DivClassName
{
background-color: #19046F;
}
.BgClassName
{
background-color: #19046F;
}
</style>
border-color css
<style>
span { border-color: #19046F; }
span { border-color: rgb(25,4,111); }
td.TdClassName
{
border-color: #19046F;
}
.TagClassName
{
border-color: #19046F;
}
</style>