Shades of Midnight Blue #191258
Tints of Midnight Blue #191258
RGB
CMYK
RGB Variations
Color information
#191258 (or 0x191258) is known color: Midnight Blue. HEX triplet: 19, 12 and 58. RGB value is (25,18,88). Sum of RGB (Red+Green+Blue) = 25+18+88=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 88 (34.77% from 255 or 67.18% from 131); Max value from RGB is 88 - color contains mainly: blue. Hex color #191258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191258 is #E6EDA7. Grayscale: #1B1B1B. Windows color (decimal): -15134120 or 5771801. OLE color: 5771801.
HSL color Cylindrical-coordinate representation of color #191258: hue angle of 246º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #191258 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 18 | 88 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.65 |
| HSL | 246º | 0.66% | 0.21% | - |
| HSV(B) | 246º | 0.8% | 0.35% | - |
| XYZ | 2.38 | 1.34 | 9.37 | - |
| YUV | 28.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 88 | 0.72 | 0.80 | 0 | 0.65 | 246 | 0.66 | 0.21 |
| Hex | 19 | 12 | 58 | 48 | 50 | 0 | 41 | F6 | 42 | 15 |
| Octal | 31 | 22 | 130 | 110 | 120 | 0 | 101 | 366 | 102 | 25 |
| Binary | 11001 | 10010 | 1011000 | 1001000 | 1010000 | 0 | 1000001 | 11110110 | 1000010 | 10101 |
Color Harmonies of #191258
Complementary color
Monochromatic Colors of #191258
Black with #191258
Text Example
Text Example
White with #191258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191258; }
p { color: rgb(25,18,88); }
H1.HeaderClassName
{
color: #191258;
}
.AnyTagClassName
{
color: #191258;
}
</style>
background-color css
<style>
a { background-color: #191258; }
a { background-color: rgb(25,18,88); }
div.DivClassName
{
background-color: #191258;
}
.BgClassName
{
background-color: #191258;
}
</style>
border-color css
<style>
span { border-color: #191258; }
span { border-color: rgb(25,18,88); }
td.TdClassName
{
border-color: #191258;
}
.TagClassName
{
border-color: #191258;
}
</style>