Shades of Midnight Blue #19225D
Tints of Midnight Blue #19225D
RGB
CMYK
RGB Variations
Color information
#19225D (or 0x19225D) is known color: Midnight Blue. HEX triplet: 19, 22 and 5D. RGB value is (25,34,93). Sum of RGB (Red+Green+Blue) = 25+34+93=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #19225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19225D is #E6DDA2. Grayscale: #252525. Windows color (decimal): -15130019 or 6103577. OLE color: 6103577.
HSL color Cylindrical-coordinate representation of color #19225D: hue angle of 232.06º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19225D is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 34 | 93 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.64 |
| HSL | 232.06º | 0.58% | 0.23% | - |
| HSV(B) | 232.06º | 0.73% | 0.36% | - |
| XYZ | 2.95 | 2.14 | 10.61 | - |
| YUV | 38.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 93 | 0.73 | 0.63 | 0 | 0.64 | 232.06 | 0.58 | 0.23 |
| Hex | 19 | 22 | 5D | 49 | 3F | 0 | 40 | E8 | 3A | 17 |
| Octal | 31 | 42 | 135 | 111 | 77 | 0 | 100 | 350 | 72 | 27 |
| Binary | 11001 | 100010 | 1011101 | 1001001 | 111111 | 0 | 1000000 | 11101000 | 111010 | 10111 |
Color Harmonies of #19225D
Complementary color
Monochromatic Colors of #19225D
Black with #19225D
Text Example
Text Example
White with #19225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19225D; }
p { color: rgb(25,34,93); }
H1.HeaderClassName
{
color: #19225D;
}
.AnyTagClassName
{
color: #19225D;
}
</style>
background-color css
<style>
a { background-color: #19225D; }
a { background-color: rgb(25,34,93); }
div.DivClassName
{
background-color: #19225D;
}
.BgClassName
{
background-color: #19225D;
}
</style>
border-color css
<style>
span { border-color: #19225D; }
span { border-color: rgb(25,34,93); }
td.TdClassName
{
border-color: #19225D;
}
.TagClassName
{
border-color: #19225D;
}
</style>