Shades of Midnight Blue #131558
Tints of Midnight Blue #131558
RGB
CMYK
RGB Variations
Color information
#131558 (or 0x131558) is known color: Midnight Blue. HEX triplet: 13, 15 and 58. RGB value is (19,21,88). Sum of RGB (Red+Green+Blue) = 19+21+88=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 88 (34.77% from 255 or 68.75% from 128); Max value from RGB is 88 - color contains mainly: blue. Hex color #131558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131558 is #ECEAA7. Grayscale: #1B1B1B. Windows color (decimal): -15526568 or 5772563. OLE color: 5772563.
HSL color Cylindrical-coordinate representation of color #131558: hue angle of 238.26º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #131558 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 21 | 88 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.65 |
| HSL | 238.26º | 0.64% | 0.21% | - |
| HSV(B) | 238.26º | 0.78% | 0.35% | - |
| XYZ | 2.3 | 1.38 | 9.38 | - |
| YUV | 28.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 88 | 0.78 | 0.76 | 0 | 0.65 | 238.26 | 0.64 | 0.21 |
| Hex | 13 | 15 | 58 | 4E | 4C | 0 | 41 | EE | 40 | 15 |
| Octal | 23 | 25 | 130 | 116 | 114 | 0 | 101 | 356 | 100 | 25 |
| Binary | 10011 | 10101 | 1011000 | 1001110 | 1001100 | 0 | 1000001 | 11101110 | 1000000 | 10101 |
Color Harmonies of #131558
Complementary color
Monochromatic Colors of #131558
Black with #131558
Text Example
Text Example
White with #131558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131558; }
p { color: rgb(19,21,88); }
H1.HeaderClassName
{
color: #131558;
}
.AnyTagClassName
{
color: #131558;
}
</style>
background-color css
<style>
a { background-color: #131558; }
a { background-color: rgb(19,21,88); }
div.DivClassName
{
background-color: #131558;
}
.BgClassName
{
background-color: #131558;
}
</style>
border-color css
<style>
span { border-color: #131558; }
span { border-color: rgb(19,21,88); }
td.TdClassName
{
border-color: #131558;
}
.TagClassName
{
border-color: #131558;
}
</style>