Shades of Midnight Blue #19185F
Tints of Midnight Blue #19185F
RGB
CMYK
RGB Variations
Color information
#19185F (or 0x19185F) is known color: Midnight Blue. HEX triplet: 19, 18 and 5F. RGB value is (25,24,95). Sum of RGB (Red+Green+Blue) = 25+24+95=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #19185F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19185F is #E6E7A0. Grayscale: #202020. Windows color (decimal): -15132577 or 6232089. OLE color: 6232089.
HSL color Cylindrical-coordinate representation of color #19185F: hue angle of 240.85º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19185F is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 24 | 95 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.63 |
| HSL | 240.85º | 0.6% | 0.23% | - |
| HSV(B) | 240.85º | 0.75% | 0.37% | - |
| XYZ | 2.79 | 1.69 | 11 | - |
| YUV | 32.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 95 | 0.74 | 0.75 | 0 | 0.63 | 240.85 | 0.6 | 0.23 |
| Hex | 19 | 18 | 5F | 4A | 4B | 0 | 3F | F1 | 3C | 17 |
| Octal | 31 | 30 | 137 | 112 | 113 | 0 | 77 | 361 | 74 | 27 |
| Binary | 11001 | 11000 | 1011111 | 1001010 | 1001011 | 0 | 111111 | 11110001 | 111100 | 10111 |
Color Harmonies of #19185F
Complementary color
Monochromatic Colors of #19185F
Black with #19185F
Text Example
Text Example
White with #19185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19185F; }
p { color: rgb(25,24,95); }
H1.HeaderClassName
{
color: #19185F;
}
.AnyTagClassName
{
color: #19185F;
}
</style>
background-color css
<style>
a { background-color: #19185F; }
a { background-color: rgb(25,24,95); }
div.DivClassName
{
background-color: #19185F;
}
.BgClassName
{
background-color: #19185F;
}
</style>
border-color css
<style>
span { border-color: #19185F; }
span { border-color: rgb(25,24,95); }
td.TdClassName
{
border-color: #19185F;
}
.TagClassName
{
border-color: #19185F;
}
</style>