Shades of Midnight Blue #19257B
Tints of Midnight Blue #19257B
RGB
CMYK
RGB Variations
Color information
#19257B (or 0x19257B) is known color: Midnight Blue. HEX triplet: 19, 25 and 7B. RGB value is (25,37,123). Sum of RGB (Red+Green+Blue) = 25+37+123=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 123 (48.44% from 255 or 66.49% from 185); Max value from RGB is 123 - color contains mainly: blue. Hex color #19257B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19257B is #E6DA84. Grayscale: #2A2A2A. Windows color (decimal): -15129221 or 8070425. OLE color: 8070425.
HSL color Cylindrical-coordinate representation of color #19257B: hue angle of 232.65º 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 #19257B is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 37 | 123 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.52 |
| HSL | 232.65º | 0.66% | 0.29% | - |
| HSV(B) | 232.65º | 0.8% | 0.48% | - |
| XYZ | 4.64 | 2.96 | 19.07 | - |
| YUV | 43.22 | 173.02 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 123 | 0.80 | 0.70 | 0 | 0.52 | 232.65 | 0.66 | 0.29 |
| Hex | 19 | 25 | 7B | 50 | 46 | 0 | 34 | E9 | 42 | 1D |
| Octal | 31 | 45 | 173 | 120 | 106 | 0 | 64 | 351 | 102 | 35 |
| Binary | 11001 | 100101 | 1111011 | 1010000 | 1000110 | 0 | 110100 | 11101001 | 1000010 | 11101 |
Color Harmonies of #19257B
Complementary color
Monochromatic Colors of #19257B
Black with #19257B
Text Example
Text Example
White with #19257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19257B; }
p { color: rgb(25,37,123); }
H1.HeaderClassName
{
color: #19257B;
}
.AnyTagClassName
{
color: #19257B;
}
</style>
background-color css
<style>
a { background-color: #19257B; }
a { background-color: rgb(25,37,123); }
div.DivClassName
{
background-color: #19257B;
}
.BgClassName
{
background-color: #19257B;
}
</style>
border-color css
<style>
span { border-color: #19257B; }
span { border-color: rgb(25,37,123); }
td.TdClassName
{
border-color: #19257B;
}
.TagClassName
{
border-color: #19257B;
}
</style>