Shades of Midnight Blue #191969
Tints of Midnight Blue #191969
RGB
CMYK
RGB Variations
Color information
#191969 (or 0x191969) is known color: Midnight Blue. HEX triplet: 19, 19 and 69. RGB value is (25,25,105). Sum of RGB (Red+Green+Blue) = 25+25+105=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 105 (41.41% from 255 or 67.74% from 155); Max value from RGB is 105 - color contains mainly: blue. Hex color #191969 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191969 is #E6E696. Grayscale: #212121. Windows color (decimal): -15132311 or 6887705. OLE color: 6887705.
HSL color Cylindrical-coordinate representation of color #191969: hue angle of 240º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #191969 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 25 | 105 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.59 |
| HSL | 240º | 0.62% | 0.25% | - |
| HSV(B) | 240º | 0.76% | 0.41% | - |
| XYZ | 3.3 | 1.92 | 13.56 | - |
| YUV | 34.12 | 168 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 105 | 0.76 | 0.76 | 0 | 0.59 | 240 | 0.62 | 0.25 |
| Hex | 19 | 19 | 69 | 4C | 4C | 0 | 3B | F0 | 3E | 19 |
| Octal | 31 | 31 | 151 | 114 | 114 | 0 | 73 | 360 | 76 | 31 |
| Binary | 11001 | 11001 | 1101001 | 1001100 | 1001100 | 0 | 111011 | 11110000 | 111110 | 11001 |
Color Harmonies of #191969
Complementary color
Monochromatic Colors of #191969
Black with #191969
Text Example
Text Example
White with #191969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191969; }
p { color: rgb(25,25,105); }
H1.HeaderClassName
{
color: #191969;
}
.AnyTagClassName
{
color: #191969;
}
</style>
background-color css
<style>
a { background-color: #191969; }
a { background-color: rgb(25,25,105); }
div.DivClassName
{
background-color: #191969;
}
.BgClassName
{
background-color: #191969;
}
</style>
border-color css
<style>
span { border-color: #191969; }
span { border-color: rgb(25,25,105); }
td.TdClassName
{
border-color: #191969;
}
.TagClassName
{
border-color: #191969;
}
</style>