Shades of Midnight Blue #19237B
Tints of Midnight Blue #19237B
RGB
CMYK
RGB Variations
Color information
#19237B (or 0x19237B) is known color: Midnight Blue. HEX triplet: 19, 23 and 7B. RGB value is (25,35,123). Sum of RGB (Red+Green+Blue) = 25+35+123=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #19237B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19237B is #E6DC84. Grayscale: #292929. Windows color (decimal): -15129733 or 8069913. OLE color: 8069913.
HSL color Cylindrical-coordinate representation of color #19237B: hue angle of 233.88º 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 #19237B is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 35 | 123 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.52 |
| HSL | 233.88º | 0.66% | 0.29% | - |
| HSV(B) | 233.88º | 0.8% | 0.48% | - |
| XYZ | 4.58 | 2.84 | 19.05 | - |
| YUV | 42.04 | 173.69 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 123 | 0.80 | 0.72 | 0 | 0.52 | 233.88 | 0.66 | 0.29 |
| Hex | 19 | 23 | 7B | 50 | 48 | 0 | 34 | EA | 42 | 1D |
| Octal | 31 | 43 | 173 | 120 | 110 | 0 | 64 | 352 | 102 | 35 |
| Binary | 11001 | 100011 | 1111011 | 1010000 | 1001000 | 0 | 110100 | 11101010 | 1000010 | 11101 |
Color Harmonies of #19237B
Complementary color
Monochromatic Colors of #19237B
Black with #19237B
Text Example
Text Example
White with #19237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19237B; }
p { color: rgb(25,35,123); }
H1.HeaderClassName
{
color: #19237B;
}
.AnyTagClassName
{
color: #19237B;
}
</style>
background-color css
<style>
a { background-color: #19237B; }
a { background-color: rgb(25,35,123); }
div.DivClassName
{
background-color: #19237B;
}
.BgClassName
{
background-color: #19237B;
}
</style>
border-color css
<style>
span { border-color: #19237B; }
span { border-color: rgb(25,35,123); }
td.TdClassName
{
border-color: #19237B;
}
.TagClassName
{
border-color: #19237B;
}
</style>