Shades of Midnight Blue #192388
Tints of Midnight Blue #192388
RGB
CMYK
RGB Variations
Color information
#192388 (or 0x192388) is known color: Midnight Blue. HEX triplet: 19, 23 and 88. RGB value is (25,35,136). Sum of RGB (Red+Green+Blue) = 25+35+136=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 136 (53.52% from 255 or 69.39% from 196); Max value from RGB is 136 - color contains mainly: blue. Hex color #192388 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192388 is #E6DC77. Grayscale: #2B2B2B. Windows color (decimal): -15129720 or 8921881. OLE color: 8921881.
HSL color Cylindrical-coordinate representation of color #192388: hue angle of 234.59º 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 #192388 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 35 | 136 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.47 |
| HSL | 234.59º | 0.69% | 0.32% | - |
| HSV(B) | 234.59º | 0.82% | 0.53% | - |
| XYZ | 5.45 | 3.19 | 23.62 | - |
| YUV | 43.52 | 180.19 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 136 | 0.82 | 0.74 | 0 | 0.47 | 234.59 | 0.69 | 0.32 |
| Hex | 19 | 23 | 88 | 52 | 4A | 0 | 2F | EB | 45 | 20 |
| Octal | 31 | 43 | 210 | 122 | 112 | 0 | 57 | 353 | 105 | 40 |
| Binary | 11001 | 100011 | 10001000 | 1010010 | 1001010 | 0 | 101111 | 11101011 | 1000101 | 100000 |
Color Harmonies of #192388
Complementary color
Monochromatic Colors of #192388
Black with #192388
Text Example
Text Example
White with #192388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192388; }
p { color: rgb(25,35,136); }
H1.HeaderClassName
{
color: #192388;
}
.AnyTagClassName
{
color: #192388;
}
</style>
background-color css
<style>
a { background-color: #192388; }
a { background-color: rgb(25,35,136); }
div.DivClassName
{
background-color: #192388;
}
.BgClassName
{
background-color: #192388;
}
</style>
border-color css
<style>
span { border-color: #192388; }
span { border-color: rgb(25,35,136); }
td.TdClassName
{
border-color: #192388;
}
.TagClassName
{
border-color: #192388;
}
</style>