Shades of Midnight Blue #131757
Tints of Midnight Blue #131757
RGB
CMYK
RGB Variations
Color information
#131757 (or 0x131757) is known color: Midnight Blue. HEX triplet: 13, 17 and 57. RGB value is (19,23,87). Sum of RGB (Red+Green+Blue) = 19+23+87=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #131757 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131757 is #ECE8A8. Grayscale: #1C1C1C. Windows color (decimal): -15526057 or 5707539. OLE color: 5707539.
HSL color Cylindrical-coordinate representation of color #131757: hue angle of 236.47º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #131757 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 23 | 87 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.66 |
| HSL | 236.47º | 0.64% | 0.21% | - |
| HSV(B) | 236.47º | 0.78% | 0.34% | - |
| XYZ | 2.3 | 1.44 | 9.17 | - |
| YUV | 29.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 87 | 0.78 | 0.74 | 0 | 0.66 | 236.47 | 0.64 | 0.21 |
| Hex | 13 | 17 | 57 | 4E | 4A | 0 | 42 | EC | 40 | 15 |
| Octal | 23 | 27 | 127 | 116 | 112 | 0 | 102 | 354 | 100 | 25 |
| Binary | 10011 | 10111 | 1010111 | 1001110 | 1001010 | 0 | 1000010 | 11101100 | 1000000 | 10101 |
Color Harmonies of #131757
Complementary color
Monochromatic Colors of #131757
Black with #131757
Text Example
Text Example
White with #131757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131757; }
p { color: rgb(19,23,87); }
H1.HeaderClassName
{
color: #131757;
}
.AnyTagClassName
{
color: #131757;
}
</style>
background-color css
<style>
a { background-color: #131757; }
a { background-color: rgb(19,23,87); }
div.DivClassName
{
background-color: #131757;
}
.BgClassName
{
background-color: #131757;
}
</style>
border-color css
<style>
span { border-color: #131757; }
span { border-color: rgb(19,23,87); }
td.TdClassName
{
border-color: #131757;
}
.TagClassName
{
border-color: #131757;
}
</style>