Shades of Midnight Blue #191C82
Tints of Midnight Blue #191C82
RGB
CMYK
RGB Variations
Color information
#191C82 (or 0x191C82) is known color: Midnight Blue. HEX triplet: 19, 1C and 82. RGB value is (25,28,130). Sum of RGB (Red+Green+Blue) = 25+28+130=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #191C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191C82 is #E6E37D. Grayscale: #262626. Windows color (decimal): -15131518 or 8526873. OLE color: 8526873.
HSL color Cylindrical-coordinate representation of color #191C82: hue angle of 238.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #191C82 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 28 | 130 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.49 |
| HSL | 238.29º | 0.68% | 0.3% | - |
| HSV(B) | 238.29º | 0.81% | 0.51% | - |
| XYZ | 4.85 | 2.65 | 21.38 | - |
| YUV | 38.73 | 179.51 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 130 | 0.81 | 0.78 | 0 | 0.49 | 238.29 | 0.68 | 0.3 |
| Hex | 19 | 1C | 82 | 51 | 4E | 0 | 31 | EE | 44 | 1E |
| Octal | 31 | 34 | 202 | 121 | 116 | 0 | 61 | 356 | 104 | 36 |
| Binary | 11001 | 11100 | 10000010 | 1010001 | 1001110 | 0 | 110001 | 11101110 | 1000100 | 11110 |
Color Harmonies of #191C82
Complementary color
Monochromatic Colors of #191C82
Black with #191C82
Text Example
Text Example
White with #191C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C82; }
p { color: rgb(25,28,130); }
H1.HeaderClassName
{
color: #191C82;
}
.AnyTagClassName
{
color: #191C82;
}
</style>
background-color css
<style>
a { background-color: #191C82; }
a { background-color: rgb(25,28,130); }
div.DivClassName
{
background-color: #191C82;
}
.BgClassName
{
background-color: #191C82;
}
</style>
border-color css
<style>
span { border-color: #191C82; }
span { border-color: rgb(25,28,130); }
td.TdClassName
{
border-color: #191C82;
}
.TagClassName
{
border-color: #191C82;
}
</style>