Shades of Midnight Blue #19237C
Tints of Midnight Blue #19237C
RGB
CMYK
RGB Variations
Color information
#19237C (or 0x19237C) is known color: Midnight Blue. HEX triplet: 19, 23 and 7C. RGB value is (25,35,124). Sum of RGB (Red+Green+Blue) = 25+35+124=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #19237C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19237C is #E6DC83. Grayscale: #292929. Windows color (decimal): -15129732 or 8135449. OLE color: 8135449.
HSL color Cylindrical-coordinate representation of color #19237C: hue angle of 233.94º 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 #19237C is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 35 | 124 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.51 |
| HSL | 233.94º | 0.66% | 0.29% | - |
| HSV(B) | 233.94º | 0.8% | 0.49% | - |
| XYZ | 4.64 | 2.86 | 19.38 | - |
| YUV | 42.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 124 | 0.80 | 0.72 | 0 | 0.51 | 233.94 | 0.66 | 0.29 |
| Hex | 19 | 23 | 7C | 50 | 48 | 0 | 33 | EA | 42 | 1D |
| Octal | 31 | 43 | 174 | 120 | 110 | 0 | 63 | 352 | 102 | 35 |
| Binary | 11001 | 100011 | 1111100 | 1010000 | 1001000 | 0 | 110011 | 11101010 | 1000010 | 11101 |
Color Harmonies of #19237C
Complementary color
Monochromatic Colors of #19237C
Black with #19237C
Text Example
Text Example
White with #19237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19237C; }
p { color: rgb(25,35,124); }
H1.HeaderClassName
{
color: #19237C;
}
.AnyTagClassName
{
color: #19237C;
}
</style>
background-color css
<style>
a { background-color: #19237C; }
a { background-color: rgb(25,35,124); }
div.DivClassName
{
background-color: #19237C;
}
.BgClassName
{
background-color: #19237C;
}
</style>
border-color css
<style>
span { border-color: #19237C; }
span { border-color: rgb(25,35,124); }
td.TdClassName
{
border-color: #19237C;
}
.TagClassName
{
border-color: #19237C;
}
</style>