Shades of Midnight Blue #191A63
Tints of Midnight Blue #191A63
RGB
CMYK
RGB Variations
Color information
#191A63 (or 0x191A63) is known color: Midnight Blue. HEX triplet: 19, 1A and 63. RGB value is (25,26,99). Sum of RGB (Red+Green+Blue) = 25+26+99=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #191A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191A63 is #E6E59C. Grayscale: #212121. Windows color (decimal): -15132061 or 6494745. OLE color: 6494745.
HSL color Cylindrical-coordinate representation of color #191A63: hue angle of 239.19º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #191A63 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 26 | 99 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.61 |
| HSL | 239.19º | 0.6% | 0.24% | - |
| HSV(B) | 239.19º | 0.75% | 0.39% | - |
| XYZ | 3.02 | 1.85 | 12 | - |
| YUV | 34.02 | 164.67 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 99 | 0.75 | 0.74 | 0 | 0.61 | 239.19 | 0.6 | 0.24 |
| Hex | 19 | 1A | 63 | 4B | 4A | 0 | 3D | EF | 3C | 18 |
| Octal | 31 | 32 | 143 | 113 | 112 | 0 | 75 | 357 | 74 | 30 |
| Binary | 11001 | 11010 | 1100011 | 1001011 | 1001010 | 0 | 111101 | 11101111 | 111100 | 11000 |
Color Harmonies of #191A63
Complementary color
Monochromatic Colors of #191A63
Black with #191A63
Text Example
Text Example
White with #191A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A63; }
p { color: rgb(25,26,99); }
H1.HeaderClassName
{
color: #191A63;
}
.AnyTagClassName
{
color: #191A63;
}
</style>
background-color css
<style>
a { background-color: #191A63; }
a { background-color: rgb(25,26,99); }
div.DivClassName
{
background-color: #191A63;
}
.BgClassName
{
background-color: #191A63;
}
</style>
border-color css
<style>
span { border-color: #191A63; }
span { border-color: rgb(25,26,99); }
td.TdClassName
{
border-color: #191A63;
}
.TagClassName
{
border-color: #191A63;
}
</style>