Shades of Midnight Blue #130653
Tints of Midnight Blue #130653
RGB
CMYK
RGB Variations
Color information
#130653 (or 0x130653) is known color: Midnight Blue. HEX triplet: 13, 06 and 53. RGB value is (19,6,83). Sum of RGB (Red+Green+Blue) = 19+6+83=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 83 (32.81% from 255 or 76.85% from 108); Max value from RGB is 83 - color contains mainly: blue. Hex color #130653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130653 is #ECF9AC. Grayscale: #121212. Windows color (decimal): -15530413 or 5441043. OLE color: 5441043.
HSL color Cylindrical-coordinate representation of color #130653: hue angle of 250.13º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130653 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 6 | 83 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.67 |
| HSL | 250.13º | 0.87% | 0.17% | - |
| HSV(B) | 250.13º | 0.93% | 0.33% | - |
| XYZ | 1.9 | 0.89 | 8.26 | - |
| YUV | 18.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 83 | 0.77 | 0.93 | 0 | 0.67 | 250.13 | 0.87 | 0.17 |
| Hex | 13 | 6 | 53 | 4D | 5D | 0 | 43 | FA | 57 | 11 |
| Octal | 23 | 6 | 123 | 115 | 135 | 0 | 103 | 372 | 127 | 21 |
| Binary | 10011 | 110 | 1010011 | 1001101 | 1011101 | 0 | 1000011 | 11111010 | 1010111 | 10001 |
Color Harmonies of #130653
Complementary color
Monochromatic Colors of #130653
Black with #130653
Text Example
Text Example
White with #130653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130653; }
p { color: rgb(19,6,83); }
H1.HeaderClassName
{
color: #130653;
}
.AnyTagClassName
{
color: #130653;
}
</style>
background-color css
<style>
a { background-color: #130653; }
a { background-color: rgb(19,6,83); }
div.DivClassName
{
background-color: #130653;
}
.BgClassName
{
background-color: #130653;
}
</style>
border-color css
<style>
span { border-color: #130653; }
span { border-color: rgb(19,6,83); }
td.TdClassName
{
border-color: #130653;
}
.TagClassName
{
border-color: #130653;
}
</style>