Shades of Midnight Blue #19216B
Tints of Midnight Blue #19216B
RGB
CMYK
RGB Variations
Color information
#19216B (or 0x19216B) is known color: Midnight Blue. HEX triplet: 19, 21 and 6B. RGB value is (25,33,107). Sum of RGB (Red+Green+Blue) = 25+33+107=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #19216B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19216B is #E6DE94. Grayscale: #262626. Windows color (decimal): -15130261 or 7020825. OLE color: 7020825.
HSL color Cylindrical-coordinate representation of color #19216B: hue angle of 234.15º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19216B is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 33 | 107 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.58 |
| HSL | 234.15º | 0.62% | 0.26% | - |
| HSV(B) | 234.15º | 0.77% | 0.42% | - |
| XYZ | 3.6 | 2.36 | 14.17 | - |
| YUV | 39.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 107 | 0.77 | 0.69 | 0 | 0.58 | 234.15 | 0.62 | 0.26 |
| Hex | 19 | 21 | 6B | 4D | 45 | 0 | 3A | EA | 3E | 1A |
| Octal | 31 | 41 | 153 | 115 | 105 | 0 | 72 | 352 | 76 | 32 |
| Binary | 11001 | 100001 | 1101011 | 1001101 | 1000101 | 0 | 111010 | 11101010 | 111110 | 11010 |
Color Harmonies of #19216B
Complementary color
Monochromatic Colors of #19216B
Black with #19216B
Text Example
Text Example
White with #19216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19216B; }
p { color: rgb(25,33,107); }
H1.HeaderClassName
{
color: #19216B;
}
.AnyTagClassName
{
color: #19216B;
}
</style>
background-color css
<style>
a { background-color: #19216B; }
a { background-color: rgb(25,33,107); }
div.DivClassName
{
background-color: #19216B;
}
.BgClassName
{
background-color: #19216B;
}
</style>
border-color css
<style>
span { border-color: #19216B; }
span { border-color: rgb(25,33,107); }
td.TdClassName
{
border-color: #19216B;
}
.TagClassName
{
border-color: #19216B;
}
</style>