Shades of Midnight Blue #192063
Tints of Midnight Blue #192063
RGB
CMYK
RGB Variations
Color information
#192063 (or 0x192063) is known color: Midnight Blue. HEX triplet: 19, 20 and 63. RGB value is (25,32,99). Sum of RGB (Red+Green+Blue) = 25+32+99=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #192063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192063 is #E6DF9C. Grayscale: #252525. Windows color (decimal): -15130525 or 6496281. OLE color: 6496281.
HSL color Cylindrical-coordinate representation of color #192063: hue angle of 234.32º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192063 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 32 | 99 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.61 |
| HSL | 234.32º | 0.6% | 0.24% | - |
| HSV(B) | 234.32º | 0.75% | 0.39% | - |
| XYZ | 3.17 | 2.14 | 12.05 | - |
| YUV | 37.55 | 162.68 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 99 | 0.75 | 0.68 | 0 | 0.61 | 234.32 | 0.6 | 0.24 |
| Hex | 19 | 20 | 63 | 4B | 44 | 0 | 3D | EA | 3C | 18 |
| Octal | 31 | 40 | 143 | 113 | 104 | 0 | 75 | 352 | 74 | 30 |
| Binary | 11001 | 100000 | 1100011 | 1001011 | 1000100 | 0 | 111101 | 11101010 | 111100 | 11000 |
Color Harmonies of #192063
Complementary color
Monochromatic Colors of #192063
Black with #192063
Text Example
Text Example
White with #192063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192063; }
p { color: rgb(25,32,99); }
H1.HeaderClassName
{
color: #192063;
}
.AnyTagClassName
{
color: #192063;
}
</style>
background-color css
<style>
a { background-color: #192063; }
a { background-color: rgb(25,32,99); }
div.DivClassName
{
background-color: #192063;
}
.BgClassName
{
background-color: #192063;
}
</style>
border-color css
<style>
span { border-color: #192063; }
span { border-color: rgb(25,32,99); }
td.TdClassName
{
border-color: #192063;
}
.TagClassName
{
border-color: #192063;
}
</style>