Shades of Midnight Blue #191A5A
Tints of Midnight Blue #191A5A
RGB
CMYK
RGB Variations
Color information
#191A5A (or 0x191A5A) is known color: Midnight Blue. HEX triplet: 19, 1A and 5A. RGB value is (25,26,90). Sum of RGB (Red+Green+Blue) = 25+26+90=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #191A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191A5A is #E6E5A5. Grayscale: #202020. Windows color (decimal): -15132070 or 5904921. OLE color: 5904921.
HSL color Cylindrical-coordinate representation of color #191A5A: hue angle of 239.08º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #191A5A is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 26 | 90 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.65 |
| HSL | 239.08º | 0.57% | 0.23% | - |
| HSV(B) | 239.08º | 0.72% | 0.35% | - |
| XYZ | 2.62 | 1.68 | 9.86 | - |
| YUV | 33 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 90 | 0.72 | 0.71 | 0 | 0.65 | 239.08 | 0.57 | 0.23 |
| Hex | 19 | 1A | 5A | 48 | 47 | 0 | 41 | EF | 39 | 17 |
| Octal | 31 | 32 | 132 | 110 | 107 | 0 | 101 | 357 | 71 | 27 |
| Binary | 11001 | 11010 | 1011010 | 1001000 | 1000111 | 0 | 1000001 | 11101111 | 111001 | 10111 |
Color Harmonies of #191A5A
Complementary color
Monochromatic Colors of #191A5A
Black with #191A5A
Text Example
Text Example
White with #191A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A5A; }
p { color: rgb(25,26,90); }
H1.HeaderClassName
{
color: #191A5A;
}
.AnyTagClassName
{
color: #191A5A;
}
</style>
background-color css
<style>
a { background-color: #191A5A; }
a { background-color: rgb(25,26,90); }
div.DivClassName
{
background-color: #191A5A;
}
.BgClassName
{
background-color: #191A5A;
}
</style>
border-color css
<style>
span { border-color: #191A5A; }
span { border-color: rgb(25,26,90); }
td.TdClassName
{
border-color: #191A5A;
}
.TagClassName
{
border-color: #191A5A;
}
</style>