Shades of Midnight Blue #192263
Tints of Midnight Blue #192263
RGB
CMYK
RGB Variations
Color information
#192263 (or 0x192263) is known color: Midnight Blue. HEX triplet: 19, 22 and 63. RGB value is (25,34,99). Sum of RGB (Red+Green+Blue) = 25+34+99=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 99 (39.06% from 255 or 62.66% from 158); Max value from RGB is 99 - color contains mainly: blue. Hex color #192263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192263 is #E6DD9C. Grayscale: #262626. Windows color (decimal): -15130013 or 6496793. OLE color: 6496793.
HSL color Cylindrical-coordinate representation of color #192263: hue angle of 232.7º 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 #192263 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 34 | 99 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.61 |
| HSL | 232.7º | 0.6% | 0.24% | - |
| HSV(B) | 232.7º | 0.75% | 0.39% | - |
| XYZ | 3.23 | 2.25 | 12.07 | - |
| YUV | 38.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 99 | 0.75 | 0.66 | 0 | 0.61 | 232.7 | 0.6 | 0.24 |
| Hex | 19 | 22 | 63 | 4B | 42 | 0 | 3D | E9 | 3C | 18 |
| Octal | 31 | 42 | 143 | 113 | 102 | 0 | 75 | 351 | 74 | 30 |
| Binary | 11001 | 100010 | 1100011 | 1001011 | 1000010 | 0 | 111101 | 11101001 | 111100 | 11000 |
Color Harmonies of #192263
Complementary color
Monochromatic Colors of #192263
Black with #192263
Text Example
Text Example
White with #192263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192263; }
p { color: rgb(25,34,99); }
H1.HeaderClassName
{
color: #192263;
}
.AnyTagClassName
{
color: #192263;
}
</style>
background-color css
<style>
a { background-color: #192263; }
a { background-color: rgb(25,34,99); }
div.DivClassName
{
background-color: #192263;
}
.BgClassName
{
background-color: #192263;
}
</style>
border-color css
<style>
span { border-color: #192263; }
span { border-color: rgb(25,34,99); }
td.TdClassName
{
border-color: #192263;
}
.TagClassName
{
border-color: #192263;
}
</style>