Shades of Midnight Blue #19206B
Tints of Midnight Blue #19206B
RGB
CMYK
RGB Variations
Color information
#19206B (or 0x19206B) is known color: Midnight Blue. HEX triplet: 19, 20 and 6B. RGB value is (25,32,107). Sum of RGB (Red+Green+Blue) = 25+32+107=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 107 (42.19% from 255 or 65.24% from 164); Max value from RGB is 107 - color contains mainly: blue. Hex color #19206B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19206B is #E6DF94. Grayscale: #262626. Windows color (decimal): -15130517 or 7020569. OLE color: 7020569.
HSL color Cylindrical-coordinate representation of color #19206B: hue angle of 234.88º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19206B is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 32 | 107 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.58 |
| HSL | 234.88º | 0.62% | 0.26% | - |
| HSV(B) | 234.88º | 0.77% | 0.42% | - |
| XYZ | 3.57 | 2.3 | 14.17 | - |
| YUV | 38.46 | 166.68 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 107 | 0.77 | 0.70 | 0 | 0.58 | 234.88 | 0.62 | 0.26 |
| Hex | 19 | 20 | 6B | 4D | 46 | 0 | 3A | EB | 3E | 1A |
| Octal | 31 | 40 | 153 | 115 | 106 | 0 | 72 | 353 | 76 | 32 |
| Binary | 11001 | 100000 | 1101011 | 1001101 | 1000110 | 0 | 111010 | 11101011 | 111110 | 11010 |
Color Harmonies of #19206B
Complementary color
Monochromatic Colors of #19206B
Black with #19206B
Text Example
Text Example
White with #19206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19206B; }
p { color: rgb(25,32,107); }
H1.HeaderClassName
{
color: #19206B;
}
.AnyTagClassName
{
color: #19206B;
}
</style>
background-color css
<style>
a { background-color: #19206B; }
a { background-color: rgb(25,32,107); }
div.DivClassName
{
background-color: #19206B;
}
.BgClassName
{
background-color: #19206B;
}
</style>
border-color css
<style>
span { border-color: #19206B; }
span { border-color: rgb(25,32,107); }
td.TdClassName
{
border-color: #19206B;
}
.TagClassName
{
border-color: #19206B;
}
</style>