Shades of Midnight Blue #191C75
Tints of Midnight Blue #191C75
RGB
CMYK
RGB Variations
Color information
#191C75 (or 0x191C75) is known color: Midnight Blue. HEX triplet: 19, 1C and 75. RGB value is (25,28,117). Sum of RGB (Red+Green+Blue) = 25+28+117=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #191C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191C75 is #E6E38A. Grayscale: #242424. Windows color (decimal): -15131531 or 7674905. OLE color: 7674905.
HSL color Cylindrical-coordinate representation of color #191C75: hue angle of 238.04º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #191C75 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 28 | 117 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.54 |
| HSL | 238.04º | 0.65% | 0.28% | - |
| HSV(B) | 238.04º | 0.79% | 0.46% | - |
| XYZ | 4.03 | 2.32 | 17.07 | - |
| YUV | 37.25 | 173.01 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 117 | 0.79 | 0.76 | 0 | 0.54 | 238.04 | 0.65 | 0.28 |
| Hex | 19 | 1C | 75 | 4F | 4C | 0 | 36 | EE | 41 | 1C |
| Octal | 31 | 34 | 165 | 117 | 114 | 0 | 66 | 356 | 101 | 34 |
| Binary | 11001 | 11100 | 1110101 | 1001111 | 1001100 | 0 | 110110 | 11101110 | 1000001 | 11100 |
Color Harmonies of #191C75
Complementary color
Monochromatic Colors of #191C75
Black with #191C75
Text Example
Text Example
White with #191C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C75; }
p { color: rgb(25,28,117); }
H1.HeaderClassName
{
color: #191C75;
}
.AnyTagClassName
{
color: #191C75;
}
</style>
background-color css
<style>
a { background-color: #191C75; }
a { background-color: rgb(25,28,117); }
div.DivClassName
{
background-color: #191C75;
}
.BgClassName
{
background-color: #191C75;
}
</style>
border-color css
<style>
span { border-color: #191C75; }
span { border-color: rgb(25,28,117); }
td.TdClassName
{
border-color: #191C75;
}
.TagClassName
{
border-color: #191C75;
}
</style>