Shades of Midnight Blue #131054
Tints of Midnight Blue #131054
RGB
CMYK
RGB Variations
Color information
#131054 (or 0x131054) is known color: Midnight Blue. HEX triplet: 13, 10 and 54. RGB value is (19,16,84). Sum of RGB (Red+Green+Blue) = 19+16+84=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 84 (33.20% from 255 or 70.59% from 119); Max value from RGB is 84 - color contains mainly: blue. Hex color #131054 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131054 is #ECEFAB. Grayscale: #181818. Windows color (decimal): -15527852 or 5509139. OLE color: 5509139.
HSL color Cylindrical-coordinate representation of color #131054: hue angle of 242.65º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131054 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 16 | 84 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.67 |
| HSL | 242.65º | 0.68% | 0.2% | - |
| HSV(B) | 242.65º | 0.81% | 0.33% | - |
| XYZ | 2.05 | 1.15 | 8.5 | - |
| YUV | 24.65 | 161.49 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 84 | 0.77 | 0.81 | 0 | 0.67 | 242.65 | 0.68 | 0.2 |
| Hex | 13 | 10 | 54 | 4D | 51 | 0 | 43 | F3 | 44 | 14 |
| Octal | 23 | 20 | 124 | 115 | 121 | 0 | 103 | 363 | 104 | 24 |
| Binary | 10011 | 10000 | 1010100 | 1001101 | 1010001 | 0 | 1000011 | 11110011 | 1000100 | 10100 |
Color Harmonies of #131054
Complementary color
Monochromatic Colors of #131054
Black with #131054
Text Example
Text Example
White with #131054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131054; }
p { color: rgb(19,16,84); }
H1.HeaderClassName
{
color: #131054;
}
.AnyTagClassName
{
color: #131054;
}
</style>
background-color css
<style>
a { background-color: #131054; }
a { background-color: rgb(19,16,84); }
div.DivClassName
{
background-color: #131054;
}
.BgClassName
{
background-color: #131054;
}
</style>
border-color css
<style>
span { border-color: #131054; }
span { border-color: rgb(19,16,84); }
td.TdClassName
{
border-color: #131054;
}
.TagClassName
{
border-color: #131054;
}
</style>