Shades of Midnight Blue #130157
Tints of Midnight Blue #130157
RGB
CMYK
RGB Variations
Color information
#130157 (or 0x130157) is known color: Midnight Blue. HEX triplet: 13, 01 and 57. RGB value is (19,1,87). Sum of RGB (Red+Green+Blue) = 19+1+87=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 87 (34.38% from 255 or 81.31% from 107); Max value from RGB is 87 - color contains mainly: blue. Hex color #130157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130157 is #ECFEA8. Grayscale: #0F0F0F. Windows color (decimal): -15531689 or 5701907. OLE color: 5701907.
HSL color Cylindrical-coordinate representation of color #130157: hue angle of 252.56º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130157 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 1 | 87 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.66 |
| HSL | 252.56º | 0.98% | 0.17% | - |
| HSV(B) | 252.56º | 0.99% | 0.34% | - |
| XYZ | 2 | 0.85 | 9.08 | - |
| YUV | 16.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 87 | 0.78 | 0.99 | 0 | 0.66 | 252.56 | 0.98 | 0.17 |
| Hex | 13 | 1 | 57 | 4E | 63 | 0 | 42 | FD | 62 | 11 |
| Octal | 23 | 1 | 127 | 116 | 143 | 0 | 102 | 375 | 142 | 21 |
| Binary | 10011 | 1 | 1010111 | 1001110 | 1100011 | 0 | 1000010 | 11111101 | 1100010 | 10001 |
Color Harmonies of #130157
Complementary color
Monochromatic Colors of #130157
Black with #130157
Text Example
Text Example
White with #130157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130157; }
p { color: rgb(19,1,87); }
H1.HeaderClassName
{
color: #130157;
}
.AnyTagClassName
{
color: #130157;
}
</style>
background-color css
<style>
a { background-color: #130157; }
a { background-color: rgb(19,1,87); }
div.DivClassName
{
background-color: #130157;
}
.BgClassName
{
background-color: #130157;
}
</style>
border-color css
<style>
span { border-color: #130157; }
span { border-color: rgb(19,1,87); }
td.TdClassName
{
border-color: #130157;
}
.TagClassName
{
border-color: #130157;
}
</style>