Shades of Midnight Blue #191C84
Tints of Midnight Blue #191C84
RGB
CMYK
RGB Variations
Color information
#191C84 (or 0x191C84) is known color: Midnight Blue. HEX triplet: 19, 1C and 84. RGB value is (25,28,132). Sum of RGB (Red+Green+Blue) = 25+28+132=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #191C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191C84 is #E6E37B. Grayscale: #262626. Windows color (decimal): -15131516 or 8657945. OLE color: 8657945.
HSL color Cylindrical-coordinate representation of color #191C84: hue angle of 238.32º 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 #191C84 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 28 | 132 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.48 |
| HSL | 238.32º | 0.68% | 0.31% | - |
| HSV(B) | 238.32º | 0.81% | 0.52% | - |
| XYZ | 4.98 | 2.7 | 22.09 | - |
| YUV | 38.96 | 180.51 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 132 | 0.81 | 0.79 | 0 | 0.48 | 238.32 | 0.68 | 0.31 |
| Hex | 19 | 1C | 84 | 51 | 4F | 0 | 30 | EE | 44 | 1F |
| Octal | 31 | 34 | 204 | 121 | 117 | 0 | 60 | 356 | 104 | 37 |
| Binary | 11001 | 11100 | 10000100 | 1010001 | 1001111 | 0 | 110000 | 11101110 | 1000100 | 11111 |
Color Harmonies of #191C84
Complementary color
Monochromatic Colors of #191C84
Black with #191C84
Text Example
Text Example
White with #191C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C84; }
p { color: rgb(25,28,132); }
H1.HeaderClassName
{
color: #191C84;
}
.AnyTagClassName
{
color: #191C84;
}
</style>
background-color css
<style>
a { background-color: #191C84; }
a { background-color: rgb(25,28,132); }
div.DivClassName
{
background-color: #191C84;
}
.BgClassName
{
background-color: #191C84;
}
</style>
border-color css
<style>
span { border-color: #191C84; }
span { border-color: rgb(25,28,132); }
td.TdClassName
{
border-color: #191C84;
}
.TagClassName
{
border-color: #191C84;
}
</style>