Shades of Midnight Blue #191461
Tints of Midnight Blue #191461
RGB
CMYK
RGB Variations
Color information
#191461 (or 0x191461) is known color: Midnight Blue. HEX triplet: 19, 14 and 61. RGB value is (25,20,97). Sum of RGB (Red+Green+Blue) = 25+20+97=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #191461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191461 is #E6EB9E. Grayscale: #1D1D1D. Windows color (decimal): -15133599 or 6362137. OLE color: 6362137.
HSL color Cylindrical-coordinate representation of color #191461: hue angle of 243.9º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #191461 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 20 | 97 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.62 |
| HSL | 243.9º | 0.66% | 0.23% | - |
| HSV(B) | 243.9º | 0.79% | 0.38% | - |
| XYZ | 2.81 | 1.57 | 11.46 | - |
| YUV | 30.27 | 165.66 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 97 | 0.74 | 0.79 | 0 | 0.62 | 243.9 | 0.66 | 0.23 |
| Hex | 19 | 14 | 61 | 4A | 4F | 0 | 3E | F4 | 42 | 17 |
| Octal | 31 | 24 | 141 | 112 | 117 | 0 | 76 | 364 | 102 | 27 |
| Binary | 11001 | 10100 | 1100001 | 1001010 | 1001111 | 0 | 111110 | 11110100 | 1000010 | 10111 |
Color Harmonies of #191461
Complementary color
Monochromatic Colors of #191461
Black with #191461
Text Example
Text Example
White with #191461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191461; }
p { color: rgb(25,20,97); }
H1.HeaderClassName
{
color: #191461;
}
.AnyTagClassName
{
color: #191461;
}
</style>
background-color css
<style>
a { background-color: #191461; }
a { background-color: rgb(25,20,97); }
div.DivClassName
{
background-color: #191461;
}
.BgClassName
{
background-color: #191461;
}
</style>
border-color css
<style>
span { border-color: #191461; }
span { border-color: rgb(25,20,97); }
td.TdClassName
{
border-color: #191461;
}
.TagClassName
{
border-color: #191461;
}
</style>