Shades of Midnight Blue #192381
Tints of Midnight Blue #192381
RGB
CMYK
RGB Variations
Color information
#192381 (or 0x192381) is known color: Midnight Blue. HEX triplet: 19, 23 and 81. RGB value is (25,35,129). Sum of RGB (Red+Green+Blue) = 25+35+129=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 129 (50.78% from 255 or 68.25% from 189); Max value from RGB is 129 - color contains mainly: blue. Hex color #192381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192381 is #E6DC7E. Grayscale: #2A2A2A. Windows color (decimal): -15129727 or 8463129. OLE color: 8463129.
HSL color Cylindrical-coordinate representation of color #192381: hue angle of 234.23º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #192381 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 35 | 129 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.49 |
| HSL | 234.23º | 0.68% | 0.3% | - |
| HSV(B) | 234.23º | 0.81% | 0.51% | - |
| XYZ | 4.96 | 2.99 | 21.09 | - |
| YUV | 42.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 129 | 0.81 | 0.73 | 0 | 0.49 | 234.23 | 0.68 | 0.3 |
| Hex | 19 | 23 | 81 | 51 | 49 | 0 | 31 | EA | 44 | 1E |
| Octal | 31 | 43 | 201 | 121 | 111 | 0 | 61 | 352 | 104 | 36 |
| Binary | 11001 | 100011 | 10000001 | 1010001 | 1001001 | 0 | 110001 | 11101010 | 1000100 | 11110 |
Color Harmonies of #192381
Complementary color
Monochromatic Colors of #192381
Black with #192381
Text Example
Text Example
White with #192381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192381; }
p { color: rgb(25,35,129); }
H1.HeaderClassName
{
color: #192381;
}
.AnyTagClassName
{
color: #192381;
}
</style>
background-color css
<style>
a { background-color: #192381; }
a { background-color: rgb(25,35,129); }
div.DivClassName
{
background-color: #192381;
}
.BgClassName
{
background-color: #192381;
}
</style>
border-color css
<style>
span { border-color: #192381; }
span { border-color: rgb(25,35,129); }
td.TdClassName
{
border-color: #192381;
}
.TagClassName
{
border-color: #192381;
}
</style>