Shades of Midnight Blue #191B7B
Tints of Midnight Blue #191B7B
RGB
CMYK
RGB Variations
Color information
#191B7B (or 0x191B7B) is known color: Midnight Blue. HEX triplet: 19, 1B and 7B. RGB value is (25,27,123). Sum of RGB (Red+Green+Blue) = 25+27+123=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 123 (48.44% from 255 or 70.29% from 175); Max value from RGB is 123 - color contains mainly: blue. Hex color #191B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191B7B is #E6E484. Grayscale: #242424. Windows color (decimal): -15131781 or 8067865. OLE color: 8067865.
HSL color Cylindrical-coordinate representation of color #191B7B: hue angle of 238.78º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #191B7B is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 27 | 123 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.52 |
| HSL | 238.78º | 0.66% | 0.29% | - |
| HSV(B) | 238.78º | 0.8% | 0.48% | - |
| XYZ | 4.37 | 2.42 | 18.98 | - |
| YUV | 37.35 | 176.34 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 123 | 0.80 | 0.78 | 0 | 0.52 | 238.78 | 0.66 | 0.29 |
| Hex | 19 | 1B | 7B | 50 | 4E | 0 | 34 | EF | 42 | 1D |
| Octal | 31 | 33 | 173 | 120 | 116 | 0 | 64 | 357 | 102 | 35 |
| Binary | 11001 | 11011 | 1111011 | 1010000 | 1001110 | 0 | 110100 | 11101111 | 1000010 | 11101 |
Color Harmonies of #191B7B
Complementary color
Monochromatic Colors of #191B7B
Black with #191B7B
Text Example
Text Example
White with #191B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B7B; }
p { color: rgb(25,27,123); }
H1.HeaderClassName
{
color: #191B7B;
}
.AnyTagClassName
{
color: #191B7B;
}
</style>
background-color css
<style>
a { background-color: #191B7B; }
a { background-color: rgb(25,27,123); }
div.DivClassName
{
background-color: #191B7B;
}
.BgClassName
{
background-color: #191B7B;
}
</style>
border-color css
<style>
span { border-color: #191B7B; }
span { border-color: rgb(25,27,123); }
td.TdClassName
{
border-color: #191B7B;
}
.TagClassName
{
border-color: #191B7B;
}
</style>