Shades of Midnight Blue #192466
Tints of Midnight Blue #192466
RGB
CMYK
RGB Variations
Color information
#192466 (or 0x192466) is known color: Midnight Blue. HEX triplet: 19, 24 and 66. RGB value is (25,36,102). Sum of RGB (Red+Green+Blue) = 25+36+102=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #192466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192466 is #E6DB99. Grayscale: #272727. Windows color (decimal): -15129498 or 6693913. OLE color: 6693913.
HSL color Cylindrical-coordinate representation of color #192466: hue angle of 231.43º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192466 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 36 | 102 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.6 |
| HSL | 231.43º | 0.61% | 0.25% | - |
| HSV(B) | 231.43º | 0.75% | 0.4% | - |
| XYZ | 3.43 | 2.43 | 12.86 | - |
| YUV | 40.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 102 | 0.75 | 0.65 | 0 | 0.6 | 231.43 | 0.61 | 0.25 |
| Hex | 19 | 24 | 66 | 4B | 41 | 0 | 3C | E7 | 3D | 19 |
| Octal | 31 | 44 | 146 | 113 | 101 | 0 | 74 | 347 | 75 | 31 |
| Binary | 11001 | 100100 | 1100110 | 1001011 | 1000001 | 0 | 111100 | 11100111 | 111101 | 11001 |
Color Harmonies of #192466
Complementary color
Monochromatic Colors of #192466
Black with #192466
Text Example
Text Example
White with #192466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192466; }
p { color: rgb(25,36,102); }
H1.HeaderClassName
{
color: #192466;
}
.AnyTagClassName
{
color: #192466;
}
</style>
background-color css
<style>
a { background-color: #192466; }
a { background-color: rgb(25,36,102); }
div.DivClassName
{
background-color: #192466;
}
.BgClassName
{
background-color: #192466;
}
</style>
border-color css
<style>
span { border-color: #192466; }
span { border-color: rgb(25,36,102); }
td.TdClassName
{
border-color: #192466;
}
.TagClassName
{
border-color: #192466;
}
</style>