Shades of Midnight Blue #191C85
Tints of Midnight Blue #191C85
RGB
CMYK
RGB Variations
Color information
#191C85 (or 0x191C85) is known color: Midnight Blue. HEX triplet: 19, 1C and 85. RGB value is (25,28,133). Sum of RGB (Red+Green+Blue) = 25+28+133=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #191C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191C85 is #E6E37A. Grayscale: #262626. Windows color (decimal): -15131515 or 8723481. OLE color: 8723481.
HSL color Cylindrical-coordinate representation of color #191C85: hue angle of 238.33º 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 #191C85 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 28 | 133 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.48 |
| HSL | 238.33º | 0.68% | 0.31% | - |
| HSV(B) | 238.33º | 0.81% | 0.52% | - |
| XYZ | 5.05 | 2.73 | 22.45 | - |
| YUV | 39.07 | 181.01 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 133 | 0.81 | 0.79 | 0 | 0.48 | 238.33 | 0.68 | 0.31 |
| Hex | 19 | 1C | 85 | 51 | 4F | 0 | 30 | EE | 44 | 1F |
| Octal | 31 | 34 | 205 | 121 | 117 | 0 | 60 | 356 | 104 | 37 |
| Binary | 11001 | 11100 | 10000101 | 1010001 | 1001111 | 0 | 110000 | 11101110 | 1000100 | 11111 |
Color Harmonies of #191C85
Complementary color
Monochromatic Colors of #191C85
Black with #191C85
Text Example
Text Example
White with #191C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C85; }
p { color: rgb(25,28,133); }
H1.HeaderClassName
{
color: #191C85;
}
.AnyTagClassName
{
color: #191C85;
}
</style>
background-color css
<style>
a { background-color: #191C85; }
a { background-color: rgb(25,28,133); }
div.DivClassName
{
background-color: #191C85;
}
.BgClassName
{
background-color: #191C85;
}
</style>
border-color css
<style>
span { border-color: #191C85; }
span { border-color: rgb(25,28,133); }
td.TdClassName
{
border-color: #191C85;
}
.TagClassName
{
border-color: #191C85;
}
</style>