Shades of Midnight Blue #130D54
Tints of Midnight Blue #130D54
RGB
CMYK
RGB Variations
Color information
#130D54 (or 0x130D54) is known color: Midnight Blue. HEX triplet: 13, 0D and 54. RGB value is (19,13,84). Sum of RGB (Red+Green+Blue) = 19+13+84=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 84 (33.20% from 255 or 72.41% from 116); Max value from RGB is 84 - color contains mainly: blue. Hex color #130D54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130D54 is #ECF2AB. Grayscale: #161616. Windows color (decimal): -15528620 or 5508371. OLE color: 5508371.
HSL color Cylindrical-coordinate representation of color #130D54: hue angle of 245.07º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #130D54 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 13 | 84 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.67 |
| HSL | 245.07º | 0.73% | 0.19% | - |
| HSV(B) | 245.07º | 0.85% | 0.33% | - |
| XYZ | 2.01 | 1.07 | 8.49 | - |
| YUV | 22.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 84 | 0.77 | 0.85 | 0 | 0.67 | 245.07 | 0.73 | 0.19 |
| Hex | 13 | D | 54 | 4D | 55 | 0 | 43 | F5 | 49 | 13 |
| Octal | 23 | 15 | 124 | 115 | 125 | 0 | 103 | 365 | 111 | 23 |
| Binary | 10011 | 1101 | 1010100 | 1001101 | 1010101 | 0 | 1000011 | 11110101 | 1001001 | 10011 |
Color Harmonies of #130D54
Complementary color
Monochromatic Colors of #130D54
Black with #130D54
Text Example
Text Example
White with #130D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D54; }
p { color: rgb(19,13,84); }
H1.HeaderClassName
{
color: #130D54;
}
.AnyTagClassName
{
color: #130D54;
}
</style>
background-color css
<style>
a { background-color: #130D54; }
a { background-color: rgb(19,13,84); }
div.DivClassName
{
background-color: #130D54;
}
.BgClassName
{
background-color: #130D54;
}
</style>
border-color css
<style>
span { border-color: #130D54; }
span { border-color: rgb(19,13,84); }
td.TdClassName
{
border-color: #130D54;
}
.TagClassName
{
border-color: #130D54;
}
</style>