Shades of Midnight Blue #191B5B
Tints of Midnight Blue #191B5B
RGB
CMYK
RGB Variations
Color information
#191B5B (or 0x191B5B) is known color: Midnight Blue. HEX triplet: 19, 1B and 5B. RGB value is (25,27,91). Sum of RGB (Red+Green+Blue) = 25+27+91=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #191B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191B5B is #E6E4A4. Grayscale: #212121. Windows color (decimal): -15131813 or 5970713. OLE color: 5970713.
HSL color Cylindrical-coordinate representation of color #191B5B: hue angle of 238.18º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #191B5B is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 27 | 91 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.64 |
| HSL | 238.18º | 0.57% | 0.23% | - |
| HSV(B) | 238.18º | 0.73% | 0.36% | - |
| XYZ | 2.68 | 1.75 | 10.09 | - |
| YUV | 33.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 91 | 0.73 | 0.70 | 0 | 0.64 | 238.18 | 0.57 | 0.23 |
| Hex | 19 | 1B | 5B | 49 | 46 | 0 | 40 | EE | 39 | 17 |
| Octal | 31 | 33 | 133 | 111 | 106 | 0 | 100 | 356 | 71 | 27 |
| Binary | 11001 | 11011 | 1011011 | 1001001 | 1000110 | 0 | 1000000 | 11101110 | 111001 | 10111 |
Color Harmonies of #191B5B
Complementary color
Monochromatic Colors of #191B5B
Black with #191B5B
Text Example
Text Example
White with #191B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B5B; }
p { color: rgb(25,27,91); }
H1.HeaderClassName
{
color: #191B5B;
}
.AnyTagClassName
{
color: #191B5B;
}
</style>
background-color css
<style>
a { background-color: #191B5B; }
a { background-color: rgb(25,27,91); }
div.DivClassName
{
background-color: #191B5B;
}
.BgClassName
{
background-color: #191B5B;
}
</style>
border-color css
<style>
span { border-color: #191B5B; }
span { border-color: rgb(25,27,91); }
td.TdClassName
{
border-color: #191B5B;
}
.TagClassName
{
border-color: #191B5B;
}
</style>