Shades of Midnight Blue #191D85
Tints of Midnight Blue #191D85
RGB
CMYK
RGB Variations
Color information
#191D85 (or 0x191D85) is known color: Midnight Blue. HEX triplet: 19, 1D and 85. RGB value is (25,29,133). Sum of RGB (Red+Green+Blue) = 25+29+133=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #191D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191D85 is #E6E27A. Grayscale: #272727. Windows color (decimal): -15131259 or 8723737. OLE color: 8723737.
HSL color Cylindrical-coordinate representation of color #191D85: hue angle of 237.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #191D85 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 29 | 133 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.48 |
| HSL | 237.78º | 0.68% | 0.31% | - |
| HSV(B) | 237.78º | 0.81% | 0.52% | - |
| XYZ | 5.07 | 2.78 | 22.46 | - |
| YUV | 39.66 | 180.67 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 133 | 0.81 | 0.78 | 0 | 0.48 | 237.78 | 0.68 | 0.31 |
| Hex | 19 | 1D | 85 | 51 | 4E | 0 | 30 | EE | 44 | 1F |
| Octal | 31 | 35 | 205 | 121 | 116 | 0 | 60 | 356 | 104 | 37 |
| Binary | 11001 | 11101 | 10000101 | 1010001 | 1001110 | 0 | 110000 | 11101110 | 1000100 | 11111 |
Color Harmonies of #191D85
Complementary color
Monochromatic Colors of #191D85
Black with #191D85
Text Example
Text Example
White with #191D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D85; }
p { color: rgb(25,29,133); }
H1.HeaderClassName
{
color: #191D85;
}
.AnyTagClassName
{
color: #191D85;
}
</style>
background-color css
<style>
a { background-color: #191D85; }
a { background-color: rgb(25,29,133); }
div.DivClassName
{
background-color: #191D85;
}
.BgClassName
{
background-color: #191D85;
}
</style>
border-color css
<style>
span { border-color: #191D85; }
span { border-color: rgb(25,29,133); }
td.TdClassName
{
border-color: #191D85;
}
.TagClassName
{
border-color: #191D85;
}
</style>