Shades of Midnight Blue #191473
Tints of Midnight Blue #191473
RGB
CMYK
RGB Variations
Color information
#191473 (or 0x191473) is known color: Midnight Blue. HEX triplet: 19, 14 and 73. RGB value is (25,20,115). Sum of RGB (Red+Green+Blue) = 25+20+115=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #191473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191473 is #E6EB8C. Grayscale: #1F1F1F. Windows color (decimal): -15133581 or 7541785. OLE color: 7541785.
HSL color Cylindrical-coordinate representation of color #191473: hue angle of 243.16º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #191473 is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 20 | 115 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.55 |
| HSL | 243.16º | 0.7% | 0.26% | - |
| HSV(B) | 243.16º | 0.83% | 0.45% | - |
| XYZ | 3.75 | 1.94 | 16.4 | - |
| YUV | 32.33 | 174.66 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 115 | 0.78 | 0.83 | 0 | 0.55 | 243.16 | 0.7 | 0.26 |
| Hex | 19 | 14 | 73 | 4E | 53 | 0 | 37 | F3 | 46 | 1A |
| Octal | 31 | 24 | 163 | 116 | 123 | 0 | 67 | 363 | 106 | 32 |
| Binary | 11001 | 10100 | 1110011 | 1001110 | 1010011 | 0 | 110111 | 11110011 | 1000110 | 11010 |
Color Harmonies of #191473
Complementary color
Monochromatic Colors of #191473
Black with #191473
Text Example
Text Example
White with #191473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191473; }
p { color: rgb(25,20,115); }
H1.HeaderClassName
{
color: #191473;
}
.AnyTagClassName
{
color: #191473;
}
</style>
background-color css
<style>
a { background-color: #191473; }
a { background-color: rgb(25,20,115); }
div.DivClassName
{
background-color: #191473;
}
.BgClassName
{
background-color: #191473;
}
</style>
border-color css
<style>
span { border-color: #191473; }
span { border-color: rgb(25,20,115); }
td.TdClassName
{
border-color: #191473;
}
.TagClassName
{
border-color: #191473;
}
</style>