Shades of Midnight Blue #131260
Tints of Midnight Blue #131260
RGB
CMYK
RGB Variations
Color information
#131260 (or 0x131260) is known color: Midnight Blue. HEX triplet: 13, 12 and 60. RGB value is (19,18,96). Sum of RGB (Red+Green+Blue) = 19+18+96=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 96 (37.89% from 255 or 72.18% from 133); Max value from RGB is 96 - color contains mainly: blue. Hex color #131260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131260 is #ECED9F. Grayscale: #1A1A1A. Windows color (decimal): -15527328 or 6296083. OLE color: 6296083.
HSL color Cylindrical-coordinate representation of color #131260: hue angle of 240.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131260 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 18 | 96 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.62 |
| HSL | 240.77º | 0.68% | 0.22% | - |
| HSV(B) | 240.77º | 0.81% | 0.38% | - |
| XYZ | 2.6 | 1.42 | 11.2 | - |
| YUV | 27.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 96 | 0.80 | 0.81 | 0 | 0.62 | 240.77 | 0.68 | 0.22 |
| Hex | 13 | 12 | 60 | 50 | 51 | 0 | 3E | F1 | 44 | 16 |
| Octal | 23 | 22 | 140 | 120 | 121 | 0 | 76 | 361 | 104 | 26 |
| Binary | 10011 | 10010 | 1100000 | 1010000 | 1010001 | 0 | 111110 | 11110001 | 1000100 | 10110 |
Color Harmonies of #131260
Complementary color
Monochromatic Colors of #131260
Black with #131260
Text Example
Text Example
White with #131260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131260; }
p { color: rgb(19,18,96); }
H1.HeaderClassName
{
color: #131260;
}
.AnyTagClassName
{
color: #131260;
}
</style>
background-color css
<style>
a { background-color: #131260; }
a { background-color: rgb(19,18,96); }
div.DivClassName
{
background-color: #131260;
}
.BgClassName
{
background-color: #131260;
}
</style>
border-color css
<style>
span { border-color: #131260; }
span { border-color: rgb(19,18,96); }
td.TdClassName
{
border-color: #131260;
}
.TagClassName
{
border-color: #131260;
}
</style>