Shades of Midnight Blue #19136F
Tints of Midnight Blue #19136F
RGB
CMYK
RGB Variations
Color information
#19136F (or 0x19136F) is known color: Midnight Blue. HEX triplet: 19, 13 and 6F. RGB value is (25,19,111). Sum of RGB (Red+Green+Blue) = 25+19+111=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 111 (43.75% from 255 or 71.61% from 155); Max value from RGB is 111 - color contains mainly: blue. Hex color #19136F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19136F is #E6EC90. Grayscale: #1E1E1E. Windows color (decimal): -15133841 or 7279385. OLE color: 7279385.
HSL color Cylindrical-coordinate representation of color #19136F: hue angle of 243.91º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19136F is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 19 | 111 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.56 |
| HSL | 243.91º | 0.71% | 0.25% | - |
| HSV(B) | 243.91º | 0.83% | 0.44% | - |
| XYZ | 3.5 | 1.82 | 15.21 | - |
| YUV | 31.28 | 172.99 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 111 | 0.77 | 0.83 | 0 | 0.56 | 243.91 | 0.71 | 0.25 |
| Hex | 19 | 13 | 6F | 4D | 53 | 0 | 38 | F4 | 47 | 19 |
| Octal | 31 | 23 | 157 | 115 | 123 | 0 | 70 | 364 | 107 | 31 |
| Binary | 11001 | 10011 | 1101111 | 1001101 | 1010011 | 0 | 111000 | 11110100 | 1000111 | 11001 |
Color Harmonies of #19136F
Complementary color
Monochromatic Colors of #19136F
Black with #19136F
Text Example
Text Example
White with #19136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19136F; }
p { color: rgb(25,19,111); }
H1.HeaderClassName
{
color: #19136F;
}
.AnyTagClassName
{
color: #19136F;
}
</style>
background-color css
<style>
a { background-color: #19136F; }
a { background-color: rgb(25,19,111); }
div.DivClassName
{
background-color: #19136F;
}
.BgClassName
{
background-color: #19136F;
}
</style>
border-color css
<style>
span { border-color: #19136F; }
span { border-color: rgb(25,19,111); }
td.TdClassName
{
border-color: #19136F;
}
.TagClassName
{
border-color: #19136F;
}
</style>