Shades of Midnight Blue #130456
Tints of Midnight Blue #130456
RGB
CMYK
RGB Variations
Color information
#130456 (or 0x130456) is known color: Midnight Blue. HEX triplet: 13, 04 and 56. RGB value is (19,4,86). Sum of RGB (Red+Green+Blue) = 19+4+86=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 86 (33.98% from 255 or 78.90% from 109); Max value from RGB is 86 - color contains mainly: blue. Hex color #130456 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130456 is #ECFBA9. Grayscale: #111111. Windows color (decimal): -15530922 or 5637139. OLE color: 5637139.
HSL color Cylindrical-coordinate representation of color #130456: hue angle of 250.98º 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 #130456 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 4 | 86 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.66 |
| HSL | 250.98º | 0.91% | 0.18% | - |
| HSV(B) | 250.98º | 0.95% | 0.34% | - |
| XYZ | 1.99 | 0.9 | 8.87 | - |
| YUV | 17.83 | 166.47 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 86 | 0.78 | 0.95 | 0 | 0.66 | 250.98 | 0.91 | 0.18 |
| Hex | 13 | 4 | 56 | 4E | 5F | 0 | 42 | FB | 5B | 12 |
| Octal | 23 | 4 | 126 | 116 | 137 | 0 | 102 | 373 | 133 | 22 |
| Binary | 10011 | 100 | 1010110 | 1001110 | 1011111 | 0 | 1000010 | 11111011 | 1011011 | 10010 |
Color Harmonies of #130456
Complementary color
Monochromatic Colors of #130456
Black with #130456
Text Example
Text Example
White with #130456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130456; }
p { color: rgb(19,4,86); }
H1.HeaderClassName
{
color: #130456;
}
.AnyTagClassName
{
color: #130456;
}
</style>
background-color css
<style>
a { background-color: #130456; }
a { background-color: rgb(19,4,86); }
div.DivClassName
{
background-color: #130456;
}
.BgClassName
{
background-color: #130456;
}
</style>
border-color css
<style>
span { border-color: #130456; }
span { border-color: rgb(19,4,86); }
td.TdClassName
{
border-color: #130456;
}
.TagClassName
{
border-color: #130456;
}
</style>