Shades of Midnight Blue #19227C
Tints of Midnight Blue #19227C
RGB
CMYK
RGB Variations
Color information
#19227C (or 0x19227C) is known color: Midnight Blue. HEX triplet: 19, 22 and 7C. RGB value is (25,34,124). Sum of RGB (Red+Green+Blue) = 25+34+124=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #19227C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19227C is #E6DD83. Grayscale: #292929. Windows color (decimal): -15129988 or 8135193. OLE color: 8135193.
HSL color Cylindrical-coordinate representation of color #19227C: hue angle of 234.55º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19227C is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 34 | 124 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.51 |
| HSL | 234.55º | 0.66% | 0.29% | - |
| HSV(B) | 234.55º | 0.8% | 0.49% | - |
| XYZ | 4.61 | 2.81 | 19.37 | - |
| YUV | 41.57 | 174.52 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 124 | 0.80 | 0.73 | 0 | 0.51 | 234.55 | 0.66 | 0.29 |
| Hex | 19 | 22 | 7C | 50 | 49 | 0 | 33 | EB | 42 | 1D |
| Octal | 31 | 42 | 174 | 120 | 111 | 0 | 63 | 353 | 102 | 35 |
| Binary | 11001 | 100010 | 1111100 | 1010000 | 1001001 | 0 | 110011 | 11101011 | 1000010 | 11101 |
Color Harmonies of #19227C
Complementary color
Monochromatic Colors of #19227C
Black with #19227C
Text Example
Text Example
White with #19227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19227C; }
p { color: rgb(25,34,124); }
H1.HeaderClassName
{
color: #19227C;
}
.AnyTagClassName
{
color: #19227C;
}
</style>
background-color css
<style>
a { background-color: #19227C; }
a { background-color: rgb(25,34,124); }
div.DivClassName
{
background-color: #19227C;
}
.BgClassName
{
background-color: #19227C;
}
</style>
border-color css
<style>
span { border-color: #19227C; }
span { border-color: rgb(25,34,124); }
td.TdClassName
{
border-color: #19227C;
}
.TagClassName
{
border-color: #19227C;
}
</style>