Shades of Midnight Blue #19167C
Tints of Midnight Blue #19167C
RGB
CMYK
RGB Variations
Color information
#19167C (or 0x19167C) is known color: Midnight Blue. HEX triplet: 19, 16 and 7C. RGB value is (25,22,124). Sum of RGB (Red+Green+Blue) = 25+22+124=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 124 (48.83% from 255 or 72.51% from 171); Max value from RGB is 124 - color contains mainly: blue. Hex color #19167C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19167C is #E6E983. Grayscale: #222222. Windows color (decimal): -15133060 or 8132121. OLE color: 8132121.
HSL color Cylindrical-coordinate representation of color #19167C: hue angle of 241.76º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19167C is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 22 | 124 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.51 |
| HSL | 241.76º | 0.7% | 0.29% | - |
| HSV(B) | 241.76º | 0.82% | 0.49% | - |
| XYZ | 4.33 | 2.24 | 19.27 | - |
| YUV | 34.53 | 178.49 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 124 | 0.80 | 0.82 | 0 | 0.51 | 241.76 | 0.7 | 0.29 |
| Hex | 19 | 16 | 7C | 50 | 52 | 0 | 33 | F2 | 46 | 1D |
| Octal | 31 | 26 | 174 | 120 | 122 | 0 | 63 | 362 | 106 | 35 |
| Binary | 11001 | 10110 | 1111100 | 1010000 | 1010010 | 0 | 110011 | 11110010 | 1000110 | 11101 |
Color Harmonies of #19167C
Complementary color
Monochromatic Colors of #19167C
Black with #19167C
Text Example
Text Example
White with #19167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19167C; }
p { color: rgb(25,22,124); }
H1.HeaderClassName
{
color: #19167C;
}
.AnyTagClassName
{
color: #19167C;
}
</style>
background-color css
<style>
a { background-color: #19167C; }
a { background-color: rgb(25,22,124); }
div.DivClassName
{
background-color: #19167C;
}
.BgClassName
{
background-color: #19167C;
}
</style>
border-color css
<style>
span { border-color: #19167C; }
span { border-color: rgb(25,22,124); }
td.TdClassName
{
border-color: #19167C;
}
.TagClassName
{
border-color: #19167C;
}
</style>