Shades of Midnight Blue #131555
Tints of Midnight Blue #131555
RGB
CMYK
RGB Variations
Color information
#131555 (or 0x131555) is known color: Midnight Blue. HEX triplet: 13, 15 and 55. RGB value is (19,21,85). Sum of RGB (Red+Green+Blue) = 19+21+85=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #131555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131555 is #ECEAAA. Grayscale: #1B1B1B. Windows color (decimal): -15526571 or 5575955. OLE color: 5575955.
HSL color Cylindrical-coordinate representation of color #131555: hue angle of 238.18º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #131555 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 21 | 85 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.67 |
| HSL | 238.18º | 0.63% | 0.2% | - |
| HSV(B) | 238.18º | 0.78% | 0.33% | - |
| XYZ | 2.18 | 1.33 | 8.74 | - |
| YUV | 27.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 85 | 0.78 | 0.75 | 0 | 0.67 | 238.18 | 0.63 | 0.2 |
| Hex | 13 | 15 | 55 | 4E | 4B | 0 | 43 | EE | 3F | 14 |
| Octal | 23 | 25 | 125 | 116 | 113 | 0 | 103 | 356 | 77 | 24 |
| Binary | 10011 | 10101 | 1010101 | 1001110 | 1001011 | 0 | 1000011 | 11101110 | 111111 | 10100 |
Color Harmonies of #131555
Complementary color
Monochromatic Colors of #131555
Black with #131555
Text Example
Text Example
White with #131555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131555; }
p { color: rgb(19,21,85); }
H1.HeaderClassName
{
color: #131555;
}
.AnyTagClassName
{
color: #131555;
}
</style>
background-color css
<style>
a { background-color: #131555; }
a { background-color: rgb(19,21,85); }
div.DivClassName
{
background-color: #131555;
}
.BgClassName
{
background-color: #131555;
}
</style>
border-color css
<style>
span { border-color: #131555; }
span { border-color: rgb(19,21,85); }
td.TdClassName
{
border-color: #131555;
}
.TagClassName
{
border-color: #131555;
}
</style>