Shades of Midnight Blue #131553
Tints of Midnight Blue #131553
RGB
CMYK
RGB Variations
Color information
#131553 (or 0x131553) is known color: Midnight Blue. HEX triplet: 13, 15 and 53. RGB value is (19,21,83). Sum of RGB (Red+Green+Blue) = 19+21+83=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #131553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131553 is #ECEAAC. Grayscale: #1B1B1B. Windows color (decimal): -15526573 or 5444883. OLE color: 5444883.
HSL color Cylindrical-coordinate representation of color #131553: hue angle of 238.12º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131553 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 21 | 83 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.67 |
| HSL | 238.13º | 0.63% | 0.2% | - |
| HSV(B) | 238.13º | 0.77% | 0.33% | - |
| XYZ | 2.1 | 1.3 | 8.32 | - |
| YUV | 27.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 83 | 0.77 | 0.75 | 0 | 0.67 | 238.13 | 0.63 | 0.2 |
| Hex | 13 | 15 | 53 | 4D | 4B | 0 | 43 | EE | 3F | 14 |
| Octal | 23 | 25 | 123 | 115 | 113 | 0 | 103 | 356 | 77 | 24 |
| Binary | 10011 | 10101 | 1010011 | 1001101 | 1001011 | 0 | 1000011 | 11101110 | 111111 | 10100 |
Color Harmonies of #131553
Complementary color
Monochromatic Colors of #131553
Black with #131553
Text Example
Text Example
White with #131553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131553; }
p { color: rgb(19,21,83); }
H1.HeaderClassName
{
color: #131553;
}
.AnyTagClassName
{
color: #131553;
}
</style>
background-color css
<style>
a { background-color: #131553; }
a { background-color: rgb(19,21,83); }
div.DivClassName
{
background-color: #131553;
}
.BgClassName
{
background-color: #131553;
}
</style>
border-color css
<style>
span { border-color: #131553; }
span { border-color: rgb(19,21,83); }
td.TdClassName
{
border-color: #131553;
}
.TagClassName
{
border-color: #131553;
}
</style>