Shades of Midnight Blue #191C7E
Tints of Midnight Blue #191C7E
RGB
CMYK
RGB Variations
Color information
#191C7E (or 0x191C7E) is known color: Midnight Blue. HEX triplet: 19, 1C and 7E. RGB value is (25,28,126). Sum of RGB (Red+Green+Blue) = 25+28+126=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 126 (49.61% from 255 or 70.39% from 179); Max value from RGB is 126 - color contains mainly: blue. Hex color #191C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191C7E is #E6E381. Grayscale: #252525. Windows color (decimal): -15131522 or 8264729. OLE color: 8264729.
HSL color Cylindrical-coordinate representation of color #191C7E: hue angle of 238.22º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #191C7E is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 28 | 126 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.51 |
| HSL | 238.22º | 0.67% | 0.3% | - |
| HSV(B) | 238.22º | 0.8% | 0.49% | - |
| XYZ | 4.58 | 2.54 | 19.99 | - |
| YUV | 38.28 | 177.51 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 126 | 0.80 | 0.78 | 0 | 0.51 | 238.22 | 0.67 | 0.3 |
| Hex | 19 | 1C | 7E | 50 | 4E | 0 | 33 | EE | 43 | 1E |
| Octal | 31 | 34 | 176 | 120 | 116 | 0 | 63 | 356 | 103 | 36 |
| Binary | 11001 | 11100 | 1111110 | 1010000 | 1001110 | 0 | 110011 | 11101110 | 1000011 | 11110 |
Color Harmonies of #191C7E
Complementary color
Monochromatic Colors of #191C7E
Black with #191C7E
Text Example
Text Example
White with #191C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C7E; }
p { color: rgb(25,28,126); }
H1.HeaderClassName
{
color: #191C7E;
}
.AnyTagClassName
{
color: #191C7E;
}
</style>
background-color css
<style>
a { background-color: #191C7E; }
a { background-color: rgb(25,28,126); }
div.DivClassName
{
background-color: #191C7E;
}
.BgClassName
{
background-color: #191C7E;
}
</style>
border-color css
<style>
span { border-color: #191C7E; }
span { border-color: rgb(25,28,126); }
td.TdClassName
{
border-color: #191C7E;
}
.TagClassName
{
border-color: #191C7E;
}
</style>