Shades of Midnight Blue #19127A
Tints of Midnight Blue #19127A
RGB
CMYK
RGB Variations
Color information
#19127A (or 0x19127A) is known color: Midnight Blue. HEX triplet: 19, 12 and 7A. RGB value is (25,18,122). Sum of RGB (Red+Green+Blue) = 25+18+122=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 122 (48.05% from 255 or 73.94% from 165); Max value from RGB is 122 - color contains mainly: blue. Hex color #19127A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19127A is #E6ED85. Grayscale: #1F1F1F. Windows color (decimal): -15134086 or 8000025. OLE color: 8000025.
HSL color Cylindrical-coordinate representation of color #19127A: hue angle of 244.04º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19127A is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 18 | 122 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.52 |
| HSL | 244.04º | 0.74% | 0.27% | - |
| HSV(B) | 244.04º | 0.85% | 0.48% | - |
| XYZ | 4.13 | 2.04 | 18.59 | - |
| YUV | 31.95 | 178.82 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 122 | 0.80 | 0.85 | 0 | 0.52 | 244.04 | 0.74 | 0.27 |
| Hex | 19 | 12 | 7A | 50 | 55 | 0 | 34 | F4 | 4A | 1B |
| Octal | 31 | 22 | 172 | 120 | 125 | 0 | 64 | 364 | 112 | 33 |
| Binary | 11001 | 10010 | 1111010 | 1010000 | 1010101 | 0 | 110100 | 11110100 | 1001010 | 11011 |
Color Harmonies of #19127A
Complementary color
Monochromatic Colors of #19127A
Black with #19127A
Text Example
Text Example
White with #19127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19127A; }
p { color: rgb(25,18,122); }
H1.HeaderClassName
{
color: #19127A;
}
.AnyTagClassName
{
color: #19127A;
}
</style>
background-color css
<style>
a { background-color: #19127A; }
a { background-color: rgb(25,18,122); }
div.DivClassName
{
background-color: #19127A;
}
.BgClassName
{
background-color: #19127A;
}
</style>
border-color css
<style>
span { border-color: #19127A; }
span { border-color: rgb(25,18,122); }
td.TdClassName
{
border-color: #19127A;
}
.TagClassName
{
border-color: #19127A;
}
</style>