Shades of Midnight Blue #13216D
Tints of Midnight Blue #13216D
RGB
CMYK
RGB Variations
Color information
#13216D (or 0x13216D) is known color: Midnight Blue. HEX triplet: 13, 21 and 6D. RGB value is (19,33,109). Sum of RGB (Red+Green+Blue) = 19+33+109=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #13216D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13216D is #ECDE92. Grayscale: #252525. Windows color (decimal): -15523475 or 7151891. OLE color: 7151891.
HSL color Cylindrical-coordinate representation of color #13216D: hue angle of 230.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13216D is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 33 | 109 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.57 |
| HSL | 230.67º | 0.7% | 0.25% | - |
| HSV(B) | 230.67º | 0.83% | 0.43% | - |
| XYZ | 3.57 | 2.33 | 14.73 | - |
| YUV | 37.48 | 168.36 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 109 | 0.83 | 0.70 | 0 | 0.57 | 230.67 | 0.7 | 0.25 |
| Hex | 13 | 21 | 6D | 53 | 46 | 0 | 39 | E7 | 46 | 19 |
| Octal | 23 | 41 | 155 | 123 | 106 | 0 | 71 | 347 | 106 | 31 |
| Binary | 10011 | 100001 | 1101101 | 1010011 | 1000110 | 0 | 111001 | 11100111 | 1000110 | 11001 |
Color Harmonies of #13216D
Complementary color
Monochromatic Colors of #13216D
Black with #13216D
Text Example
Text Example
White with #13216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13216D; }
p { color: rgb(19,33,109); }
H1.HeaderClassName
{
color: #13216D;
}
.AnyTagClassName
{
color: #13216D;
}
</style>
background-color css
<style>
a { background-color: #13216D; }
a { background-color: rgb(19,33,109); }
div.DivClassName
{
background-color: #13216D;
}
.BgClassName
{
background-color: #13216D;
}
</style>
border-color css
<style>
span { border-color: #13216D; }
span { border-color: rgb(19,33,109); }
td.TdClassName
{
border-color: #13216D;
}
.TagClassName
{
border-color: #13216D;
}
</style>