Shades of Midnight Blue #191C72
Tints of Midnight Blue #191C72
RGB
CMYK
RGB Variations
Color information
#191C72 (or 0x191C72) is known color: Midnight Blue. HEX triplet: 19, 1C and 72. RGB value is (25,28,114). Sum of RGB (Red+Green+Blue) = 25+28+114=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 114 (44.92% from 255 or 68.26% from 167); Max value from RGB is 114 - color contains mainly: blue. Hex color #191C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191C72 is #E6E38D. Grayscale: #242424. Windows color (decimal): -15131534 or 7478297. OLE color: 7478297.
HSL color Cylindrical-coordinate representation of color #191C72: hue angle of 237.98º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #191C72 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 28 | 114 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.55 |
| HSL | 237.98º | 0.64% | 0.27% | - |
| HSV(B) | 237.98º | 0.78% | 0.45% | - |
| XYZ | 3.85 | 2.25 | 16.15 | - |
| YUV | 36.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 114 | 0.78 | 0.75 | 0 | 0.55 | 237.98 | 0.64 | 0.27 |
| Hex | 19 | 1C | 72 | 4E | 4B | 0 | 37 | EE | 40 | 1B |
| Octal | 31 | 34 | 162 | 116 | 113 | 0 | 67 | 356 | 100 | 33 |
| Binary | 11001 | 11100 | 1110010 | 1001110 | 1001011 | 0 | 110111 | 11101110 | 1000000 | 11011 |
Color Harmonies of #191C72
Complementary color
Monochromatic Colors of #191C72
Black with #191C72
Text Example
Text Example
White with #191C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C72; }
p { color: rgb(25,28,114); }
H1.HeaderClassName
{
color: #191C72;
}
.AnyTagClassName
{
color: #191C72;
}
</style>
background-color css
<style>
a { background-color: #191C72; }
a { background-color: rgb(25,28,114); }
div.DivClassName
{
background-color: #191C72;
}
.BgClassName
{
background-color: #191C72;
}
</style>
border-color css
<style>
span { border-color: #191C72; }
span { border-color: rgb(25,28,114); }
td.TdClassName
{
border-color: #191C72;
}
.TagClassName
{
border-color: #191C72;
}
</style>