Shades of Midnight Blue #191279
Tints of Midnight Blue #191279
RGB
CMYK
RGB Variations
Color information
#191279 (or 0x191279) is known color: Midnight Blue. HEX triplet: 19, 12 and 79. RGB value is (25,18,121). Sum of RGB (Red+Green+Blue) = 25+18+121=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 121 (47.66% from 255 or 73.78% from 164); Max value from RGB is 121 - color contains mainly: blue. Hex color #191279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191279 is #E6ED86. Grayscale: #1F1F1F. Windows color (decimal): -15134087 or 7934489. OLE color: 7934489.
HSL color Cylindrical-coordinate representation of color #191279: hue angle of 244.08º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #191279 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 18 | 121 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.53 |
| HSL | 244.08º | 0.74% | 0.27% | - |
| HSV(B) | 244.08º | 0.85% | 0.47% | - |
| XYZ | 4.07 | 2.02 | 18.26 | - |
| YUV | 31.84 | 178.32 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 121 | 0.79 | 0.85 | 0 | 0.53 | 244.08 | 0.74 | 0.27 |
| Hex | 19 | 12 | 79 | 4F | 55 | 0 | 35 | F4 | 4A | 1B |
| Octal | 31 | 22 | 171 | 117 | 125 | 0 | 65 | 364 | 112 | 33 |
| Binary | 11001 | 10010 | 1111001 | 1001111 | 1010101 | 0 | 110101 | 11110100 | 1001010 | 11011 |
Color Harmonies of #191279
Complementary color
Monochromatic Colors of #191279
Black with #191279
Text Example
Text Example
White with #191279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191279; }
p { color: rgb(25,18,121); }
H1.HeaderClassName
{
color: #191279;
}
.AnyTagClassName
{
color: #191279;
}
</style>
background-color css
<style>
a { background-color: #191279; }
a { background-color: rgb(25,18,121); }
div.DivClassName
{
background-color: #191279;
}
.BgClassName
{
background-color: #191279;
}
</style>
border-color css
<style>
span { border-color: #191279; }
span { border-color: rgb(25,18,121); }
td.TdClassName
{
border-color: #191279;
}
.TagClassName
{
border-color: #191279;
}
</style>