Shades of Midnight Blue #191F7D
Tints of Midnight Blue #191F7D
RGB
CMYK
RGB Variations
Color information
#191F7D (or 0x191F7D) is known color: Midnight Blue. HEX triplet: 19, 1F and 7D. RGB value is (25,31,125). Sum of RGB (Red+Green+Blue) = 25+31+125=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #191F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191F7D is #E6E082. Grayscale: #272727. Windows color (decimal): -15130755 or 8199961. OLE color: 8199961.
HSL color Cylindrical-coordinate representation of color #191F7D: hue angle of 236.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #191F7D is Cyan = 0.8, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 31 | 125 | - |
| CMYK | 0.8 | 0.75 | 0 | 0.51 |
| HSL | 236.4º | 0.67% | 0.29% | - |
| HSV(B) | 236.4º | 0.8% | 0.49% | - |
| XYZ | 4.59 | 2.67 | 19.67 | - |
| YUV | 39.92 | 176.01 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 125 | 0.8 | 0.75 | 0 | 0.51 | 236.4 | 0.67 | 0.29 |
| Hex | 19 | 1F | 7D | 50 | 4B | 0 | 33 | EC | 43 | 1D |
| Octal | 31 | 37 | 175 | 120 | 113 | 0 | 63 | 354 | 103 | 35 |
| Binary | 11001 | 11111 | 1111101 | 1010000 | 1001011 | 0 | 110011 | 11101100 | 1000011 | 11101 |
Color Harmonies of #191F7D
Complementary color
Monochromatic Colors of #191F7D
Black with #191F7D
Text Example
Text Example
White with #191F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F7D; }
p { color: rgb(25,31,125); }
H1.HeaderClassName
{
color: #191F7D;
}
.AnyTagClassName
{
color: #191F7D;
}
</style>
background-color css
<style>
a { background-color: #191F7D; }
a { background-color: rgb(25,31,125); }
div.DivClassName
{
background-color: #191F7D;
}
.BgClassName
{
background-color: #191F7D;
}
</style>
border-color css
<style>
span { border-color: #191F7D; }
span { border-color: rgb(25,31,125); }
td.TdClassName
{
border-color: #191F7D;
}
.TagClassName
{
border-color: #191F7D;
}
</style>