Shades of Midnight Blue #130457
Tints of Midnight Blue #130457
RGB
CMYK
RGB Variations
Color information
#130457 (or 0x130457) is known color: Midnight Blue. HEX triplet: 13, 04 and 57. RGB value is (19,4,87). Sum of RGB (Red+Green+Blue) = 19+4+87=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 87 (34.38% from 255 or 79.09% from 110); Max value from RGB is 87 - color contains mainly: blue. Hex color #130457 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130457 is #ECFBA8. Grayscale: #111111. Windows color (decimal): -15530921 or 5702675. OLE color: 5702675.
HSL color Cylindrical-coordinate representation of color #130457: hue angle of 250.84º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130457 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 4 | 87 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.66 |
| HSL | 250.84º | 0.91% | 0.18% | - |
| HSV(B) | 250.84º | 0.95% | 0.34% | - |
| XYZ | 2.03 | 0.91 | 9.09 | - |
| YUV | 17.95 | 166.97 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 87 | 0.78 | 0.95 | 0 | 0.66 | 250.84 | 0.91 | 0.18 |
| Hex | 13 | 4 | 57 | 4E | 5F | 0 | 42 | FB | 5B | 12 |
| Octal | 23 | 4 | 127 | 116 | 137 | 0 | 102 | 373 | 133 | 22 |
| Binary | 10011 | 100 | 1010111 | 1001110 | 1011111 | 0 | 1000010 | 11111011 | 1011011 | 10010 |
Color Harmonies of #130457
Complementary color
Monochromatic Colors of #130457
Black with #130457
Text Example
Text Example
White with #130457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130457; }
p { color: rgb(19,4,87); }
H1.HeaderClassName
{
color: #130457;
}
.AnyTagClassName
{
color: #130457;
}
</style>
background-color css
<style>
a { background-color: #130457; }
a { background-color: rgb(19,4,87); }
div.DivClassName
{
background-color: #130457;
}
.BgClassName
{
background-color: #130457;
}
</style>
border-color css
<style>
span { border-color: #130457; }
span { border-color: rgb(19,4,87); }
td.TdClassName
{
border-color: #130457;
}
.TagClassName
{
border-color: #130457;
}
</style>