Shades of Midnight Blue #191A7B
Tints of Midnight Blue #191A7B
RGB
CMYK
RGB Variations
Color information
#191A7B (or 0x191A7B) is known color: Midnight Blue. HEX triplet: 19, 1A and 7B. RGB value is (25,26,123). Sum of RGB (Red+Green+Blue) = 25+26+123=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #191A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191A7B is #E6E584. Grayscale: #242424. Windows color (decimal): -15132037 or 8067609. OLE color: 8067609.
HSL color Cylindrical-coordinate representation of color #191A7B: hue angle of 239.39º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #191A7B is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 26 | 123 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.52 |
| HSL | 239.39º | 0.66% | 0.29% | - |
| HSV(B) | 239.39º | 0.8% | 0.48% | - |
| XYZ | 4.35 | 2.38 | 18.97 | - |
| YUV | 36.76 | 176.67 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 123 | 0.80 | 0.79 | 0 | 0.52 | 239.39 | 0.66 | 0.29 |
| Hex | 19 | 1A | 7B | 50 | 4F | 0 | 34 | EF | 42 | 1D |
| Octal | 31 | 32 | 173 | 120 | 117 | 0 | 64 | 357 | 102 | 35 |
| Binary | 11001 | 11010 | 1111011 | 1010000 | 1001111 | 0 | 110100 | 11101111 | 1000010 | 11101 |
Color Harmonies of #191A7B
Complementary color
Monochromatic Colors of #191A7B
Black with #191A7B
Text Example
Text Example
White with #191A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A7B; }
p { color: rgb(25,26,123); }
H1.HeaderClassName
{
color: #191A7B;
}
.AnyTagClassName
{
color: #191A7B;
}
</style>
background-color css
<style>
a { background-color: #191A7B; }
a { background-color: rgb(25,26,123); }
div.DivClassName
{
background-color: #191A7B;
}
.BgClassName
{
background-color: #191A7B;
}
</style>
border-color css
<style>
span { border-color: #191A7B; }
span { border-color: rgb(25,26,123); }
td.TdClassName
{
border-color: #191A7B;
}
.TagClassName
{
border-color: #191A7B;
}
</style>