Shades of Midnight Blue #19297A
Tints of Midnight Blue #19297A
RGB
CMYK
RGB Variations
Color information
#19297A (or 0x19297A) is known color: Midnight Blue. HEX triplet: 19, 29 and 7A. RGB value is (25,41,122). Sum of RGB (Red+Green+Blue) = 25+41+122=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 122 (48.05% from 255 or 64.89% from 188); Max value from RGB is 122 - color contains mainly: blue. Hex color #19297A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19297A is #E6D685. Grayscale: #2D2D2D. Windows color (decimal): -15128198 or 8005913. OLE color: 8005913.
HSL color Cylindrical-coordinate representation of color #19297A: hue angle of 230.1º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19297A is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 41 | 122 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.52 |
| HSL | 230.1º | 0.66% | 0.29% | - |
| HSV(B) | 230.1º | 0.8% | 0.48% | - |
| XYZ | 4.71 | 3.2 | 18.78 | - |
| YUV | 45.45 | 171.2 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 122 | 0.80 | 0.66 | 0 | 0.52 | 230.1 | 0.66 | 0.29 |
| Hex | 19 | 29 | 7A | 50 | 42 | 0 | 34 | E6 | 42 | 1D |
| Octal | 31 | 51 | 172 | 120 | 102 | 0 | 64 | 346 | 102 | 35 |
| Binary | 11001 | 101001 | 1111010 | 1010000 | 1000010 | 0 | 110100 | 11100110 | 1000010 | 11101 |
Color Harmonies of #19297A
Complementary color
Monochromatic Colors of #19297A
Black with #19297A
Text Example
Text Example
White with #19297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19297A; }
p { color: rgb(25,41,122); }
H1.HeaderClassName
{
color: #19297A;
}
.AnyTagClassName
{
color: #19297A;
}
</style>
background-color css
<style>
a { background-color: #19297A; }
a { background-color: rgb(25,41,122); }
div.DivClassName
{
background-color: #19297A;
}
.BgClassName
{
background-color: #19297A;
}
</style>
border-color css
<style>
span { border-color: #19297A; }
span { border-color: rgb(25,41,122); }
td.TdClassName
{
border-color: #19297A;
}
.TagClassName
{
border-color: #19297A;
}
</style>