Shades of Midnight Blue #130360
Tints of Midnight Blue #130360
RGB
CMYK
RGB Variations
Color information
#130360 (or 0x130360) is known color: Midnight Blue. HEX triplet: 13, 03 and 60. RGB value is (19,3,96). Sum of RGB (Red+Green+Blue) = 19+3+96=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 96 (37.89% from 255 or 81.36% from 118); Max value from RGB is 96 - color contains mainly: blue. Hex color #130360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130360 is #ECFC9F. Grayscale: #121212. Windows color (decimal): -15531168 or 6292243. OLE color: 6292243.
HSL color Cylindrical-coordinate representation of color #130360: hue angle of 250.32º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130360 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 3 | 96 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.62 |
| HSL | 250.32º | 0.94% | 0.19% | - |
| HSV(B) | 250.32º | 0.97% | 0.38% | - |
| XYZ | 2.41 | 1.05 | 11.14 | - |
| YUV | 18.39 | 171.8 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 96 | 0.80 | 0.97 | 0 | 0.62 | 250.32 | 0.94 | 0.19 |
| Hex | 13 | 3 | 60 | 50 | 61 | 0 | 3E | FA | 5E | 13 |
| Octal | 23 | 3 | 140 | 120 | 141 | 0 | 76 | 372 | 136 | 23 |
| Binary | 10011 | 11 | 1100000 | 1010000 | 1100001 | 0 | 111110 | 11111010 | 1011110 | 10011 |
Color Harmonies of #130360
Complementary color
Monochromatic Colors of #130360
Black with #130360
Text Example
Text Example
White with #130360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130360; }
p { color: rgb(19,3,96); }
H1.HeaderClassName
{
color: #130360;
}
.AnyTagClassName
{
color: #130360;
}
</style>
background-color css
<style>
a { background-color: #130360; }
a { background-color: rgb(19,3,96); }
div.DivClassName
{
background-color: #130360;
}
.BgClassName
{
background-color: #130360;
}
</style>
border-color css
<style>
span { border-color: #130360; }
span { border-color: rgb(19,3,96); }
td.TdClassName
{
border-color: #130360;
}
.TagClassName
{
border-color: #130360;
}
</style>