Shades of Midnight Blue #130054
Tints of Midnight Blue #130054
RGB
CMYK
RGB Variations
Color information
#130054 (or 0x130054) is known color: Midnight Blue. HEX triplet: 13, 00 and 54. RGB value is (19,0,84). Sum of RGB (Red+Green+Blue) = 19+0+84=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 84 (33.20% from 255 or 81.55% from 103); Max value from RGB is 84 - color contains mainly: blue. Hex color #130054 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130054 is #ECFFAB. Grayscale: #0E0E0E. Windows color (decimal): -15531948 or 5505043. OLE color: 5505043.
HSL color Cylindrical-coordinate representation of color #130054: hue angle of 253.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130054 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 0 | 84 | - |
| CMYK | 0.77 | 1 | 0 | 0.67 |
| HSL | 253.57º | 1% | 0.16% | - |
| HSV(B) | 253.57º | 1% | 0.33% | - |
| XYZ | 1.87 | 0.78 | 8.44 | - |
| YUV | 15.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 84 | 0.77 | 1 | 0 | 0.67 | 253.57 | 1 | 0.16 |
| Hex | 13 | 0 | 54 | 4D | 64 | 0 | 43 | FE | 64 | 10 |
| Octal | 23 | 0 | 124 | 115 | 144 | 0 | 103 | 376 | 144 | 20 |
| Binary | 10011 | 0 | 1010100 | 1001101 | 1100100 | 0 | 1000011 | 11111110 | 1100100 | 10000 |
Color Harmonies of #130054
Complementary color
Monochromatic Colors of #130054
Black with #130054
Text Example
Text Example
White with #130054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130054; }
p { color: rgb(19,0,84); }
H1.HeaderClassName
{
color: #130054;
}
.AnyTagClassName
{
color: #130054;
}
</style>
background-color css
<style>
a { background-color: #130054; }
a { background-color: rgb(19,0,84); }
div.DivClassName
{
background-color: #130054;
}
.BgClassName
{
background-color: #130054;
}
</style>
border-color css
<style>
span { border-color: #130054; }
span { border-color: rgb(19,0,84); }
td.TdClassName
{
border-color: #130054;
}
.TagClassName
{
border-color: #130054;
}
</style>