Shades of Midnight Blue #192A87
Tints of Midnight Blue #192A87
RGB
CMYK
RGB Variations
Color information
#192A87 (or 0x192A87) is known color: Midnight Blue. HEX triplet: 19, 2A and 87. RGB value is (25,42,135). Sum of RGB (Red+Green+Blue) = 25+42+135=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 135 (53.12% from 255 or 66.83% from 202); Max value from RGB is 135 - color contains mainly: blue. Hex color #192A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192A87 is #E6D578. Grayscale: #2F2F2F. Windows color (decimal): -15127929 or 8858137. OLE color: 8858137.
HSL color Cylindrical-coordinate representation of color #192A87: hue angle of 230.73º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #192A87 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 42 | 135 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.47 |
| HSL | 230.73º | 0.69% | 0.31% | - |
| HSV(B) | 230.73º | 0.81% | 0.53% | - |
| XYZ | 5.6 | 3.61 | 23.32 | - |
| YUV | 47.52 | 177.37 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 135 | 0.81 | 0.69 | 0 | 0.47 | 230.73 | 0.69 | 0.31 |
| Hex | 19 | 2A | 87 | 51 | 45 | 0 | 2F | E7 | 45 | 1F |
| Octal | 31 | 52 | 207 | 121 | 105 | 0 | 57 | 347 | 105 | 37 |
| Binary | 11001 | 101010 | 10000111 | 1010001 | 1000101 | 0 | 101111 | 11100111 | 1000101 | 11111 |
Color Harmonies of #192A87
Complementary color
Monochromatic Colors of #192A87
Black with #192A87
Text Example
Text Example
White with #192A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A87; }
p { color: rgb(25,42,135); }
H1.HeaderClassName
{
color: #192A87;
}
.AnyTagClassName
{
color: #192A87;
}
</style>
background-color css
<style>
a { background-color: #192A87; }
a { background-color: rgb(25,42,135); }
div.DivClassName
{
background-color: #192A87;
}
.BgClassName
{
background-color: #192A87;
}
</style>
border-color css
<style>
span { border-color: #192A87; }
span { border-color: rgb(25,42,135); }
td.TdClassName
{
border-color: #192A87;
}
.TagClassName
{
border-color: #192A87;
}
</style>