Shades of Midnight Blue #192988
Tints of Midnight Blue #192988
RGB
CMYK
RGB Variations
Color information
#192988 (or 0x192988) is known color: Midnight Blue. HEX triplet: 19, 29 and 88. RGB value is (25,41,136). Sum of RGB (Red+Green+Blue) = 25+41+136=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #192988 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192988 is #E6D677. Grayscale: #2E2E2E. Windows color (decimal): -15128184 or 8923417. OLE color: 8923417.
HSL color Cylindrical-coordinate representation of color #192988: hue angle of 231.35º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192988 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 41 | 136 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.47 |
| HSL | 231.35º | 0.69% | 0.32% | - |
| HSV(B) | 231.35º | 0.82% | 0.53% | - |
| XYZ | 5.64 | 3.57 | 23.68 | - |
| YUV | 47.05 | 178.2 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 136 | 0.82 | 0.70 | 0 | 0.47 | 231.35 | 0.69 | 0.32 |
| Hex | 19 | 29 | 88 | 52 | 46 | 0 | 2F | E7 | 45 | 20 |
| Octal | 31 | 51 | 210 | 122 | 106 | 0 | 57 | 347 | 105 | 40 |
| Binary | 11001 | 101001 | 10001000 | 1010010 | 1000110 | 0 | 101111 | 11100111 | 1000101 | 100000 |
Color Harmonies of #192988
Complementary color
Monochromatic Colors of #192988
Black with #192988
Text Example
Text Example
White with #192988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192988; }
p { color: rgb(25,41,136); }
H1.HeaderClassName
{
color: #192988;
}
.AnyTagClassName
{
color: #192988;
}
</style>
background-color css
<style>
a { background-color: #192988; }
a { background-color: rgb(25,41,136); }
div.DivClassName
{
background-color: #192988;
}
.BgClassName
{
background-color: #192988;
}
</style>
border-color css
<style>
span { border-color: #192988; }
span { border-color: rgb(25,41,136); }
td.TdClassName
{
border-color: #192988;
}
.TagClassName
{
border-color: #192988;
}
</style>