Shades of Midnight Blue #191B7D
Tints of Midnight Blue #191B7D
RGB
CMYK
RGB Variations
Color information
#191B7D (or 0x191B7D) is known color: Midnight Blue. HEX triplet: 19, 1B and 7D. RGB value is (25,27,125). Sum of RGB (Red+Green+Blue) = 25+27+125=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #191B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191B7D is #E6E482. Grayscale: #252525. Windows color (decimal): -15131779 or 8198937. OLE color: 8198937.
HSL color Cylindrical-coordinate representation of color #191B7D: hue angle of 238.8º 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 #191B7D is Cyan = 0.8, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 27 | 125 | - |
| CMYK | 0.8 | 0.78 | 0 | 0.51 |
| HSL | 238.8º | 0.67% | 0.29% | - |
| HSV(B) | 238.8º | 0.8% | 0.49% | - |
| XYZ | 4.49 | 2.47 | 19.64 | - |
| YUV | 37.57 | 177.34 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 125 | 0.8 | 0.78 | 0 | 0.51 | 238.8 | 0.67 | 0.29 |
| Hex | 19 | 1B | 7D | 50 | 4E | 0 | 33 | EF | 43 | 1D |
| Octal | 31 | 33 | 175 | 120 | 116 | 0 | 63 | 357 | 103 | 35 |
| Binary | 11001 | 11011 | 1111101 | 1010000 | 1001110 | 0 | 110011 | 11101111 | 1000011 | 11101 |
Color Harmonies of #191B7D
Complementary color
Monochromatic Colors of #191B7D
Black with #191B7D
Text Example
Text Example
White with #191B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B7D; }
p { color: rgb(25,27,125); }
H1.HeaderClassName
{
color: #191B7D;
}
.AnyTagClassName
{
color: #191B7D;
}
</style>
background-color css
<style>
a { background-color: #191B7D; }
a { background-color: rgb(25,27,125); }
div.DivClassName
{
background-color: #191B7D;
}
.BgClassName
{
background-color: #191B7D;
}
</style>
border-color css
<style>
span { border-color: #191B7D; }
span { border-color: rgb(25,27,125); }
td.TdClassName
{
border-color: #191B7D;
}
.TagClassName
{
border-color: #191B7D;
}
</style>