Shades of Midnight Blue #192588
Tints of Midnight Blue #192588
RGB
CMYK
RGB Variations
Color information
#192588 (or 0x192588) is known color: Midnight Blue. HEX triplet: 19, 25 and 88. RGB value is (25,37,136). Sum of RGB (Red+Green+Blue) = 25+37+136=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 136 (53.52% from 255 or 68.69% from 198); Max value from RGB is 136 - color contains mainly: blue. Hex color #192588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192588 is #E6DA77. Grayscale: #2C2C2C. Windows color (decimal): -15129208 or 8922393. OLE color: 8922393.
HSL color Cylindrical-coordinate representation of color #192588: hue angle of 233.51º 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 #192588 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 37 | 136 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.47 |
| HSL | 233.51º | 0.69% | 0.32% | - |
| HSV(B) | 233.51º | 0.82% | 0.53% | - |
| XYZ | 5.51 | 3.31 | 23.64 | - |
| YUV | 44.7 | 179.52 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 136 | 0.82 | 0.73 | 0 | 0.47 | 233.51 | 0.69 | 0.32 |
| Hex | 19 | 25 | 88 | 52 | 49 | 0 | 2F | EA | 45 | 20 |
| Octal | 31 | 45 | 210 | 122 | 111 | 0 | 57 | 352 | 105 | 40 |
| Binary | 11001 | 100101 | 10001000 | 1010010 | 1001001 | 0 | 101111 | 11101010 | 1000101 | 100000 |
Color Harmonies of #192588
Complementary color
Monochromatic Colors of #192588
Black with #192588
Text Example
Text Example
White with #192588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192588; }
p { color: rgb(25,37,136); }
H1.HeaderClassName
{
color: #192588;
}
.AnyTagClassName
{
color: #192588;
}
</style>
background-color css
<style>
a { background-color: #192588; }
a { background-color: rgb(25,37,136); }
div.DivClassName
{
background-color: #192588;
}
.BgClassName
{
background-color: #192588;
}
</style>
border-color css
<style>
span { border-color: #192588; }
span { border-color: rgb(25,37,136); }
td.TdClassName
{
border-color: #192588;
}
.TagClassName
{
border-color: #192588;
}
</style>