Shades of Midnight Blue #131270
Tints of Midnight Blue #131270
RGB
CMYK
RGB Variations
Color information
#131270 (or 0x131270) is known color: Midnight Blue. HEX triplet: 13, 12 and 70. RGB value is (19,18,112). Sum of RGB (Red+Green+Blue) = 19+18+112=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #131270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131270 is #ECED8F. Grayscale: #1C1C1C. Windows color (decimal): -15527312 or 7344659. OLE color: 7344659.
HSL color Cylindrical-coordinate representation of color #131270: hue angle of 240.64º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131270 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 18 | 112 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.56 |
| HSL | 240.64º | 0.72% | 0.25% | - |
| HSV(B) | 240.64º | 0.84% | 0.44% | - |
| XYZ | 3.41 | 1.74 | 15.49 | - |
| YUV | 29.02 | 174.83 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 112 | 0.83 | 0.84 | 0 | 0.56 | 240.64 | 0.72 | 0.25 |
| Hex | 13 | 12 | 70 | 53 | 54 | 0 | 38 | F1 | 48 | 19 |
| Octal | 23 | 22 | 160 | 123 | 124 | 0 | 70 | 361 | 110 | 31 |
| Binary | 10011 | 10010 | 1110000 | 1010011 | 1010100 | 0 | 111000 | 11110001 | 1001000 | 11001 |
Color Harmonies of #131270
Complementary color
Monochromatic Colors of #131270
Black with #131270
Text Example
Text Example
White with #131270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131270; }
p { color: rgb(19,18,112); }
H1.HeaderClassName
{
color: #131270;
}
.AnyTagClassName
{
color: #131270;
}
</style>
background-color css
<style>
a { background-color: #131270; }
a { background-color: rgb(19,18,112); }
div.DivClassName
{
background-color: #131270;
}
.BgClassName
{
background-color: #131270;
}
</style>
border-color css
<style>
span { border-color: #131270; }
span { border-color: rgb(19,18,112); }
td.TdClassName
{
border-color: #131270;
}
.TagClassName
{
border-color: #131270;
}
</style>