Shades of Midnight Blue #19136A
Tints of Midnight Blue #19136A
RGB
CMYK
RGB Variations
Color information
#19136A (or 0x19136A) is known color: Midnight Blue. HEX triplet: 19, 13 and 6A. RGB value is (25,19,106). Sum of RGB (Red+Green+Blue) = 25+19+106=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 106 (41.80% from 255 or 70.67% from 150); Max value from RGB is 106 - color contains mainly: blue. Hex color #19136A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19136A is #E6EC95. Grayscale: #1E1E1E. Windows color (decimal): -15133846 or 6951705. OLE color: 6951705.
HSL color Cylindrical-coordinate representation of color #19136A: hue angle of 244.14º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19136A is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 19 | 106 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.58 |
| HSL | 244.14º | 0.7% | 0.25% | - |
| HSV(B) | 244.14º | 0.82% | 0.42% | - |
| XYZ | 3.24 | 1.71 | 13.8 | - |
| YUV | 30.71 | 170.49 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 106 | 0.76 | 0.82 | 0 | 0.58 | 244.14 | 0.7 | 0.25 |
| Hex | 19 | 13 | 6A | 4C | 52 | 0 | 3A | F4 | 46 | 19 |
| Octal | 31 | 23 | 152 | 114 | 122 | 0 | 72 | 364 | 106 | 31 |
| Binary | 11001 | 10011 | 1101010 | 1001100 | 1010010 | 0 | 111010 | 11110100 | 1000110 | 11001 |
Color Harmonies of #19136A
Complementary color
Monochromatic Colors of #19136A
Black with #19136A
Text Example
Text Example
White with #19136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19136A; }
p { color: rgb(25,19,106); }
H1.HeaderClassName
{
color: #19136A;
}
.AnyTagClassName
{
color: #19136A;
}
</style>
background-color css
<style>
a { background-color: #19136A; }
a { background-color: rgb(25,19,106); }
div.DivClassName
{
background-color: #19136A;
}
.BgClassName
{
background-color: #19136A;
}
</style>
border-color css
<style>
span { border-color: #19136A; }
span { border-color: rgb(25,19,106); }
td.TdClassName
{
border-color: #19136A;
}
.TagClassName
{
border-color: #19136A;
}
</style>