Shades of Midnight Blue #192260
Tints of Midnight Blue #192260
RGB
CMYK
RGB Variations
Color information
#192260 (or 0x192260) is known color: Midnight Blue. HEX triplet: 19, 22 and 60. RGB value is (25,34,96). Sum of RGB (Red+Green+Blue) = 25+34+96=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #192260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192260 is #E6DD9F. Grayscale: #262626. Windows color (decimal): -15130016 or 6300185. OLE color: 6300185.
HSL color Cylindrical-coordinate representation of color #192260: hue angle of 232.39º 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 #192260 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 34 | 96 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.62 |
| HSL | 232.39º | 0.59% | 0.24% | - |
| HSV(B) | 232.39º | 0.74% | 0.38% | - |
| XYZ | 3.08 | 2.2 | 11.33 | - |
| YUV | 38.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 96 | 0.74 | 0.65 | 0 | 0.62 | 232.39 | 0.59 | 0.24 |
| Hex | 19 | 22 | 60 | 4A | 41 | 0 | 3E | E8 | 3B | 18 |
| Octal | 31 | 42 | 140 | 112 | 101 | 0 | 76 | 350 | 73 | 30 |
| Binary | 11001 | 100010 | 1100000 | 1001010 | 1000001 | 0 | 111110 | 11101000 | 111011 | 11000 |
Color Harmonies of #192260
Complementary color
Monochromatic Colors of #192260
Black with #192260
Text Example
Text Example
White with #192260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192260; }
p { color: rgb(25,34,96); }
H1.HeaderClassName
{
color: #192260;
}
.AnyTagClassName
{
color: #192260;
}
</style>
background-color css
<style>
a { background-color: #192260; }
a { background-color: rgb(25,34,96); }
div.DivClassName
{
background-color: #192260;
}
.BgClassName
{
background-color: #192260;
}
</style>
border-color css
<style>
span { border-color: #192260; }
span { border-color: rgb(25,34,96); }
td.TdClassName
{
border-color: #192260;
}
.TagClassName
{
border-color: #192260;
}
</style>