Shades of Midnight Blue #192272
Tints of Midnight Blue #192272
RGB
CMYK
RGB Variations
Color information
#192272 (or 0x192272) is known color: Midnight Blue. HEX triplet: 19, 22 and 72. RGB value is (25,34,114). Sum of RGB (Red+Green+Blue) = 25+34+114=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #192272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192272 is #E6DD8D. Grayscale: #282828. Windows color (decimal): -15129998 or 7479833. OLE color: 7479833.
HSL color Cylindrical-coordinate representation of color #192272: hue angle of 233.93º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #192272 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 34 | 114 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.55 |
| HSL | 233.93º | 0.64% | 0.27% | - |
| HSV(B) | 233.93º | 0.78% | 0.45% | - |
| XYZ | 4.01 | 2.57 | 16.2 | - |
| YUV | 40.43 | 169.52 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 114 | 0.78 | 0.70 | 0 | 0.55 | 233.93 | 0.64 | 0.27 |
| Hex | 19 | 22 | 72 | 4E | 46 | 0 | 37 | EA | 40 | 1B |
| Octal | 31 | 42 | 162 | 116 | 106 | 0 | 67 | 352 | 100 | 33 |
| Binary | 11001 | 100010 | 1110010 | 1001110 | 1000110 | 0 | 110111 | 11101010 | 1000000 | 11011 |
Color Harmonies of #192272
Complementary color
Monochromatic Colors of #192272
Black with #192272
Text Example
Text Example
White with #192272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192272; }
p { color: rgb(25,34,114); }
H1.HeaderClassName
{
color: #192272;
}
.AnyTagClassName
{
color: #192272;
}
</style>
background-color css
<style>
a { background-color: #192272; }
a { background-color: rgb(25,34,114); }
div.DivClassName
{
background-color: #192272;
}
.BgClassName
{
background-color: #192272;
}
</style>
border-color css
<style>
span { border-color: #192272; }
span { border-color: rgb(25,34,114); }
td.TdClassName
{
border-color: #192272;
}
.TagClassName
{
border-color: #192272;
}
</style>