Shades of Midnight Blue #131255
Tints of Midnight Blue #131255
RGB
CMYK
RGB Variations
Color information
#131255 (or 0x131255) is known color: Midnight Blue. HEX triplet: 13, 12 and 55. RGB value is (19,18,85). Sum of RGB (Red+Green+Blue) = 19+18+85=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 85 (33.59% from 255 or 69.67% from 122); Max value from RGB is 85 - color contains mainly: blue. Hex color #131255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131255 is #ECEDAA. Grayscale: #191919. Windows color (decimal): -15527339 or 5575187. OLE color: 5575187.
HSL color Cylindrical-coordinate representation of color #131255: hue angle of 240.9º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131255 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 18 | 85 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.67 |
| HSL | 240.9º | 0.65% | 0.2% | - |
| HSV(B) | 240.9º | 0.79% | 0.33% | - |
| XYZ | 2.12 | 1.23 | 8.72 | - |
| YUV | 25.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 85 | 0.78 | 0.79 | 0 | 0.67 | 240.9 | 0.65 | 0.2 |
| Hex | 13 | 12 | 55 | 4E | 4F | 0 | 43 | F1 | 41 | 14 |
| Octal | 23 | 22 | 125 | 116 | 117 | 0 | 103 | 361 | 101 | 24 |
| Binary | 10011 | 10010 | 1010101 | 1001110 | 1001111 | 0 | 1000011 | 11110001 | 1000001 | 10100 |
Color Harmonies of #131255
Complementary color
Monochromatic Colors of #131255
Black with #131255
Text Example
Text Example
White with #131255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131255; }
p { color: rgb(19,18,85); }
H1.HeaderClassName
{
color: #131255;
}
.AnyTagClassName
{
color: #131255;
}
</style>
background-color css
<style>
a { background-color: #131255; }
a { background-color: rgb(19,18,85); }
div.DivClassName
{
background-color: #131255;
}
.BgClassName
{
background-color: #131255;
}
</style>
border-color css
<style>
span { border-color: #131255; }
span { border-color: rgb(19,18,85); }
td.TdClassName
{
border-color: #131255;
}
.TagClassName
{
border-color: #131255;
}
</style>