Shades of Midnight Blue #192770
Tints of Midnight Blue #192770
RGB
CMYK
RGB Variations
Color information
#192770 (or 0x192770) is known color: Midnight Blue. HEX triplet: 19, 27 and 70. RGB value is (25,39,112). Sum of RGB (Red+Green+Blue) = 25+39+112=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #192770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192770 is #E6D88F. Grayscale: #2A2A2A. Windows color (decimal): -15128720 or 7350041. OLE color: 7350041.
HSL color Cylindrical-coordinate representation of color #192770: hue angle of 230.34º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #192770 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 39 | 112 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.56 |
| HSL | 230.34º | 0.64% | 0.27% | - |
| HSV(B) | 230.34º | 0.78% | 0.44% | - |
| XYZ | 4.05 | 2.83 | 15.66 | - |
| YUV | 43.14 | 166.86 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 112 | 0.78 | 0.65 | 0 | 0.56 | 230.34 | 0.64 | 0.27 |
| Hex | 19 | 27 | 70 | 4E | 41 | 0 | 38 | E6 | 40 | 1B |
| Octal | 31 | 47 | 160 | 116 | 101 | 0 | 70 | 346 | 100 | 33 |
| Binary | 11001 | 100111 | 1110000 | 1001110 | 1000001 | 0 | 111000 | 11100110 | 1000000 | 11011 |
Color Harmonies of #192770
Complementary color
Monochromatic Colors of #192770
Black with #192770
Text Example
Text Example
White with #192770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192770; }
p { color: rgb(25,39,112); }
H1.HeaderClassName
{
color: #192770;
}
.AnyTagClassName
{
color: #192770;
}
</style>
background-color css
<style>
a { background-color: #192770; }
a { background-color: rgb(25,39,112); }
div.DivClassName
{
background-color: #192770;
}
.BgClassName
{
background-color: #192770;
}
</style>
border-color css
<style>
span { border-color: #192770; }
span { border-color: rgb(25,39,112); }
td.TdClassName
{
border-color: #192770;
}
.TagClassName
{
border-color: #192770;
}
</style>