Shades of Midnight Blue #192163
Tints of Midnight Blue #192163
RGB
CMYK
RGB Variations
Color information
#192163 (or 0x192163) is known color: Midnight Blue. HEX triplet: 19, 21 and 63. RGB value is (25,33,99). Sum of RGB (Red+Green+Blue) = 25+33+99=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #192163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192163 is #E6DE9C. Grayscale: #252525. Windows color (decimal): -15130269 or 6496537. OLE color: 6496537.
HSL color Cylindrical-coordinate representation of color #192163: hue angle of 233.51º 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 #192163 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 33 | 99 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.61 |
| HSL | 233.51º | 0.6% | 0.24% | - |
| HSV(B) | 233.51º | 0.75% | 0.39% | - |
| XYZ | 3.2 | 2.2 | 12.06 | - |
| YUV | 38.13 | 162.35 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 99 | 0.75 | 0.67 | 0 | 0.61 | 233.51 | 0.6 | 0.24 |
| Hex | 19 | 21 | 63 | 4B | 43 | 0 | 3D | EA | 3C | 18 |
| Octal | 31 | 41 | 143 | 113 | 103 | 0 | 75 | 352 | 74 | 30 |
| Binary | 11001 | 100001 | 1100011 | 1001011 | 1000011 | 0 | 111101 | 11101010 | 111100 | 11000 |
Color Harmonies of #192163
Complementary color
Monochromatic Colors of #192163
Black with #192163
Text Example
Text Example
White with #192163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192163; }
p { color: rgb(25,33,99); }
H1.HeaderClassName
{
color: #192163;
}
.AnyTagClassName
{
color: #192163;
}
</style>
background-color css
<style>
a { background-color: #192163; }
a { background-color: rgb(25,33,99); }
div.DivClassName
{
background-color: #192163;
}
.BgClassName
{
background-color: #192163;
}
</style>
border-color css
<style>
span { border-color: #192163; }
span { border-color: rgb(25,33,99); }
td.TdClassName
{
border-color: #192163;
}
.TagClassName
{
border-color: #192163;
}
</style>