Shades of Midnight Blue #19237F
Tints of Midnight Blue #19237F
RGB
CMYK
RGB Variations
Color information
#19237F (or 0x19237F) is known color: Midnight Blue. HEX triplet: 19, 23 and 7F. RGB value is (25,35,127). Sum of RGB (Red+Green+Blue) = 25+35+127=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #19237F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19237F is #E6DC80. Grayscale: #2A2A2A. Windows color (decimal): -15129729 or 8332057. OLE color: 8332057.
HSL color Cylindrical-coordinate representation of color #19237F: hue angle of 234.12º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19237F is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 35 | 127 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.50 |
| HSL | 234.12º | 0.67% | 0.3% | - |
| HSV(B) | 234.12º | 0.8% | 0.5% | - |
| XYZ | 4.83 | 2.94 | 20.39 | - |
| YUV | 42.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 127 | 0.80 | 0.72 | 0 | 0.50 | 234.12 | 0.67 | 0.3 |
| Hex | 19 | 23 | 7F | 50 | 48 | 0 | 32 | EA | 43 | 1E |
| Octal | 31 | 43 | 177 | 120 | 110 | 0 | 62 | 352 | 103 | 36 |
| Binary | 11001 | 100011 | 1111111 | 1010000 | 1001000 | 0 | 110010 | 11101010 | 1000011 | 11110 |
Color Harmonies of #19237F
Complementary color
Monochromatic Colors of #19237F
Black with #19237F
Text Example
Text Example
White with #19237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19237F; }
p { color: rgb(25,35,127); }
H1.HeaderClassName
{
color: #19237F;
}
.AnyTagClassName
{
color: #19237F;
}
</style>
background-color css
<style>
a { background-color: #19237F; }
a { background-color: rgb(25,35,127); }
div.DivClassName
{
background-color: #19237F;
}
.BgClassName
{
background-color: #19237F;
}
</style>
border-color css
<style>
span { border-color: #19237F; }
span { border-color: rgb(25,35,127); }
td.TdClassName
{
border-color: #19237F;
}
.TagClassName
{
border-color: #19237F;
}
</style>