Shades of Midnight Blue #192062
Tints of Midnight Blue #192062
RGB
CMYK
RGB Variations
Color information
#192062 (or 0x192062) is known color: Midnight Blue. HEX triplet: 19, 20 and 62. RGB value is (25,32,98). Sum of RGB (Red+Green+Blue) = 25+32+98=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #192062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192062 is #E6DF9D. Grayscale: #252525. Windows color (decimal): -15130526 or 6430745. OLE color: 6430745.
HSL color Cylindrical-coordinate representation of color #192062: hue angle of 234.25º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #192062 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 32 | 98 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.62 |
| HSL | 234.25º | 0.59% | 0.24% | - |
| HSV(B) | 234.25º | 0.74% | 0.38% | - |
| XYZ | 3.12 | 2.12 | 11.8 | - |
| YUV | 37.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 98 | 0.74 | 0.67 | 0 | 0.62 | 234.25 | 0.59 | 0.24 |
| Hex | 19 | 20 | 62 | 4A | 43 | 0 | 3E | EA | 3B | 18 |
| Octal | 31 | 40 | 142 | 112 | 103 | 0 | 76 | 352 | 73 | 30 |
| Binary | 11001 | 100000 | 1100010 | 1001010 | 1000011 | 0 | 111110 | 11101010 | 111011 | 11000 |
Color Harmonies of #192062
Complementary color
Monochromatic Colors of #192062
Black with #192062
Text Example
Text Example
White with #192062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192062; }
p { color: rgb(25,32,98); }
H1.HeaderClassName
{
color: #192062;
}
.AnyTagClassName
{
color: #192062;
}
</style>
background-color css
<style>
a { background-color: #192062; }
a { background-color: rgb(25,32,98); }
div.DivClassName
{
background-color: #192062;
}
.BgClassName
{
background-color: #192062;
}
</style>
border-color css
<style>
span { border-color: #192062; }
span { border-color: rgb(25,32,98); }
td.TdClassName
{
border-color: #192062;
}
.TagClassName
{
border-color: #192062;
}
</style>