Shades of Midnight Blue #192289
Tints of Midnight Blue #192289
RGB
CMYK
RGB Variations
Color information
#192289 (or 0x192289) is known color: Midnight Blue. HEX triplet: 19, 22 and 89. RGB value is (25,34,137). Sum of RGB (Red+Green+Blue) = 25+34+137=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #192289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192289 is #E6DD76. Grayscale: #2A2A2A. Windows color (decimal): -15129975 or 8987161. OLE color: 8987161.
HSL color Cylindrical-coordinate representation of color #192289: hue angle of 235.18º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192289 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 34 | 137 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.46 |
| HSL | 235.18º | 0.69% | 0.32% | - |
| HSV(B) | 235.18º | 0.82% | 0.54% | - |
| XYZ | 5.49 | 3.16 | 23.99 | - |
| YUV | 43.05 | 181.02 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 137 | 0.82 | 0.75 | 0 | 0.46 | 235.18 | 0.69 | 0.32 |
| Hex | 19 | 22 | 89 | 52 | 4B | 0 | 2E | EB | 45 | 20 |
| Octal | 31 | 42 | 211 | 122 | 113 | 0 | 56 | 353 | 105 | 40 |
| Binary | 11001 | 100010 | 10001001 | 1010010 | 1001011 | 0 | 101110 | 11101011 | 1000101 | 100000 |
Color Harmonies of #192289
Complementary color
Monochromatic Colors of #192289
Black with #192289
Text Example
Text Example
White with #192289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192289; }
p { color: rgb(25,34,137); }
H1.HeaderClassName
{
color: #192289;
}
.AnyTagClassName
{
color: #192289;
}
</style>
background-color css
<style>
a { background-color: #192289; }
a { background-color: rgb(25,34,137); }
div.DivClassName
{
background-color: #192289;
}
.BgClassName
{
background-color: #192289;
}
</style>
border-color css
<style>
span { border-color: #192289; }
span { border-color: rgb(25,34,137); }
td.TdClassName
{
border-color: #192289;
}
.TagClassName
{
border-color: #192289;
}
</style>