Shades of Midnight Blue #19216D
Tints of Midnight Blue #19216D
RGB
CMYK
RGB Variations
Color information
#19216D (or 0x19216D) is known color: Midnight Blue. HEX triplet: 19, 21 and 6D. RGB value is (25,33,109). Sum of RGB (Red+Green+Blue) = 25+33+109=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #19216D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19216D is #E6DE92. Grayscale: #262626. Windows color (decimal): -15130259 or 7151897. OLE color: 7151897.
HSL color Cylindrical-coordinate representation of color #19216D: hue angle of 234.29º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19216D is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 33 | 109 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.57 |
| HSL | 234.29º | 0.63% | 0.26% | - |
| HSV(B) | 234.29º | 0.77% | 0.43% | - |
| XYZ | 3.71 | 2.4 | 14.74 | - |
| YUV | 39.27 | 167.35 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 109 | 0.77 | 0.70 | 0 | 0.57 | 234.29 | 0.63 | 0.26 |
| Hex | 19 | 21 | 6D | 4D | 46 | 0 | 39 | EA | 3F | 1A |
| Octal | 31 | 41 | 155 | 115 | 106 | 0 | 71 | 352 | 77 | 32 |
| Binary | 11001 | 100001 | 1101101 | 1001101 | 1000110 | 0 | 111001 | 11101010 | 111111 | 11010 |
Color Harmonies of #19216D
Complementary color
Monochromatic Colors of #19216D
Black with #19216D
Text Example
Text Example
White with #19216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19216D; }
p { color: rgb(25,33,109); }
H1.HeaderClassName
{
color: #19216D;
}
.AnyTagClassName
{
color: #19216D;
}
</style>
background-color css
<style>
a { background-color: #19216D; }
a { background-color: rgb(25,33,109); }
div.DivClassName
{
background-color: #19216D;
}
.BgClassName
{
background-color: #19216D;
}
</style>
border-color css
<style>
span { border-color: #19216D; }
span { border-color: rgb(25,33,109); }
td.TdClassName
{
border-color: #19216D;
}
.TagClassName
{
border-color: #19216D;
}
</style>