Shades of Midnight #19283F
Tints of Midnight #19283F
RGB
CMYK
RGB Variations
Color information
#19283F (or 0x19283F) is known color: Midnight. HEX triplet: 19, 28 and 3F. RGB value is (25,40,63). Sum of RGB (Red+Green+Blue) = 25+40+63=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #19283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19283F is #E6D7C0. Grayscale: #262626. Windows color (decimal): -15128513 or 4139033. OLE color: 4139033.
HSL color Cylindrical-coordinate representation of color #19283F: hue angle of 216.32º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19283F is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 40 | 63 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.75 |
| HSL | 216.32º | 0.43% | 0.17% | - |
| HSV(B) | 216.32º | 0.6% | 0.25% | - |
| XYZ | 2.06 | 2.08 | 5 | - |
| YUV | 38.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 63 | 0.60 | 0.37 | 0 | 0.75 | 216.32 | 0.43 | 0.17 |
| Hex | 19 | 28 | 3F | 3C | 25 | 0 | 4B | D8 | 2B | 11 |
| Octal | 31 | 50 | 77 | 74 | 45 | 0 | 113 | 330 | 53 | 21 |
| Binary | 11001 | 101000 | 111111 | 111100 | 100101 | 0 | 1001011 | 11011000 | 101011 | 10001 |
Color Harmonies of #19283F
Complementary color
Monochromatic Colors of #19283F
Black with #19283F
Text Example
Text Example
White with #19283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19283F; }
p { color: rgb(25,40,63); }
H1.HeaderClassName
{
color: #19283F;
}
.AnyTagClassName
{
color: #19283F;
}
</style>
background-color css
<style>
a { background-color: #19283F; }
a { background-color: rgb(25,40,63); }
div.DivClassName
{
background-color: #19283F;
}
.BgClassName
{
background-color: #19283F;
}
</style>
border-color css
<style>
span { border-color: #19283F; }
span { border-color: rgb(25,40,63); }
td.TdClassName
{
border-color: #19283F;
}
.TagClassName
{
border-color: #19283F;
}
</style>