Shades of Midnight Blue #130154
Tints of Midnight Blue #130154
RGB
CMYK
RGB Variations
Color information
#130154 (or 0x130154) is known color: Midnight Blue. HEX triplet: 13, 01 and 54. RGB value is (19,1,84). Sum of RGB (Red+Green+Blue) = 19+1+84=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 84 (33.20% from 255 or 80.77% from 104); Max value from RGB is 84 - color contains mainly: blue. Hex color #130154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130154 is #ECFEAB. Grayscale: #0F0F0F. Windows color (decimal): -15531692 or 5505299. OLE color: 5505299.
HSL color Cylindrical-coordinate representation of color #130154: hue angle of 253.01º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130154 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 1 | 84 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.67 |
| HSL | 253.01º | 0.98% | 0.17% | - |
| HSV(B) | 253.01º | 0.99% | 0.33% | - |
| XYZ | 1.88 | 0.8 | 8.44 | - |
| YUV | 15.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 84 | 0.77 | 0.99 | 0 | 0.67 | 253.01 | 0.98 | 0.17 |
| Hex | 13 | 1 | 54 | 4D | 63 | 0 | 43 | FD | 62 | 11 |
| Octal | 23 | 1 | 124 | 115 | 143 | 0 | 103 | 375 | 142 | 21 |
| Binary | 10011 | 1 | 1010100 | 1001101 | 1100011 | 0 | 1000011 | 11111101 | 1100010 | 10001 |
Color Harmonies of #130154
Complementary color
Monochromatic Colors of #130154
Black with #130154
Text Example
Text Example
White with #130154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130154; }
p { color: rgb(19,1,84); }
H1.HeaderClassName
{
color: #130154;
}
.AnyTagClassName
{
color: #130154;
}
</style>
background-color css
<style>
a { background-color: #130154; }
a { background-color: rgb(19,1,84); }
div.DivClassName
{
background-color: #130154;
}
.BgClassName
{
background-color: #130154;
}
</style>
border-color css
<style>
span { border-color: #130154; }
span { border-color: rgb(19,1,84); }
td.TdClassName
{
border-color: #130154;
}
.TagClassName
{
border-color: #130154;
}
</style>