Shades of Midnight Blue #191D7B
Tints of Midnight Blue #191D7B
RGB
CMYK
RGB Variations
Color information
#191D7B (or 0x191D7B) is known color: Midnight Blue. HEX triplet: 19, 1D and 7B. RGB value is (25,29,123). Sum of RGB (Red+Green+Blue) = 25+29+123=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 123 (48.44% from 255 or 69.49% from 177); Max value from RGB is 123 - color contains mainly: blue. Hex color #191D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191D7B is #E6E284. Grayscale: #262626. Windows color (decimal): -15131269 or 8068377. OLE color: 8068377.
HSL color Cylindrical-coordinate representation of color #191D7B: hue angle of 237.55º 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 #191D7B is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 29 | 123 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.52 |
| HSL | 237.55º | 0.66% | 0.29% | - |
| HSV(B) | 237.55º | 0.8% | 0.48% | - |
| XYZ | 4.42 | 2.52 | 18.99 | - |
| YUV | 38.52 | 175.67 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 123 | 0.80 | 0.76 | 0 | 0.52 | 237.55 | 0.66 | 0.29 |
| Hex | 19 | 1D | 7B | 50 | 4C | 0 | 34 | EE | 42 | 1D |
| Octal | 31 | 35 | 173 | 120 | 114 | 0 | 64 | 356 | 102 | 35 |
| Binary | 11001 | 11101 | 1111011 | 1010000 | 1001100 | 0 | 110100 | 11101110 | 1000010 | 11101 |
Color Harmonies of #191D7B
Complementary color
Monochromatic Colors of #191D7B
Black with #191D7B
Text Example
Text Example
White with #191D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D7B; }
p { color: rgb(25,29,123); }
H1.HeaderClassName
{
color: #191D7B;
}
.AnyTagClassName
{
color: #191D7B;
}
</style>
background-color css
<style>
a { background-color: #191D7B; }
a { background-color: rgb(25,29,123); }
div.DivClassName
{
background-color: #191D7B;
}
.BgClassName
{
background-color: #191D7B;
}
</style>
border-color css
<style>
span { border-color: #191D7B; }
span { border-color: rgb(25,29,123); }
td.TdClassName
{
border-color: #191D7B;
}
.TagClassName
{
border-color: #191D7B;
}
</style>