Shades of Midnight Blue #192462
Tints of Midnight Blue #192462
RGB
CMYK
RGB Variations
Color information
#192462 (or 0x192462) is known color: Midnight Blue. HEX triplet: 19, 24 and 62. RGB value is (25,36,98). Sum of RGB (Red+Green+Blue) = 25+36+98=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #192462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192462 is #E6DB9D. Grayscale: #272727. Windows color (decimal): -15129502 or 6431769. OLE color: 6431769.
HSL color Cylindrical-coordinate representation of color #192462: hue angle of 230.96º 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 #192462 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 36 | 98 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.62 |
| HSL | 230.96º | 0.59% | 0.24% | - |
| HSV(B) | 230.96º | 0.74% | 0.38% | - |
| XYZ | 3.24 | 2.35 | 11.84 | - |
| YUV | 39.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 98 | 0.74 | 0.63 | 0 | 0.62 | 230.96 | 0.59 | 0.24 |
| Hex | 19 | 24 | 62 | 4A | 3F | 0 | 3E | E7 | 3B | 18 |
| Octal | 31 | 44 | 142 | 112 | 77 | 0 | 76 | 347 | 73 | 30 |
| Binary | 11001 | 100100 | 1100010 | 1001010 | 111111 | 0 | 111110 | 11100111 | 111011 | 11000 |
Color Harmonies of #192462
Complementary color
Monochromatic Colors of #192462
Black with #192462
Text Example
Text Example
White with #192462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192462; }
p { color: rgb(25,36,98); }
H1.HeaderClassName
{
color: #192462;
}
.AnyTagClassName
{
color: #192462;
}
</style>
background-color css
<style>
a { background-color: #192462; }
a { background-color: rgb(25,36,98); }
div.DivClassName
{
background-color: #192462;
}
.BgClassName
{
background-color: #192462;
}
</style>
border-color css
<style>
span { border-color: #192462; }
span { border-color: rgb(25,36,98); }
td.TdClassName
{
border-color: #192462;
}
.TagClassName
{
border-color: #192462;
}
</style>