Shades of Midnight Blue #130855
Tints of Midnight Blue #130855
RGB
CMYK
RGB Variations
Color information
#130855 (or 0x130855) is known color: Midnight Blue. HEX triplet: 13, 08 and 55. RGB value is (19,8,85). Sum of RGB (Red+Green+Blue) = 19+8+85=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 85 (33.59% from 255 or 75.89% from 112); Max value from RGB is 85 - color contains mainly: blue. Hex color #130855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130855 is #ECF7AA. Grayscale: #131313. Windows color (decimal): -15529899 or 5572627. OLE color: 5572627.
HSL color Cylindrical-coordinate representation of color #130855: hue angle of 248.57º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130855 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 8 | 85 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.67 |
| HSL | 248.57º | 0.83% | 0.18% | - |
| HSV(B) | 248.57º | 0.91% | 0.33% | - |
| XYZ | 2 | 0.97 | 8.68 | - |
| YUV | 20.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 85 | 0.78 | 0.91 | 0 | 0.67 | 248.57 | 0.83 | 0.18 |
| Hex | 13 | 8 | 55 | 4E | 5B | 0 | 43 | F9 | 53 | 12 |
| Octal | 23 | 10 | 125 | 116 | 133 | 0 | 103 | 371 | 123 | 22 |
| Binary | 10011 | 1000 | 1010101 | 1001110 | 1011011 | 0 | 1000011 | 11111001 | 1010011 | 10010 |
Color Harmonies of #130855
Complementary color
Monochromatic Colors of #130855
Black with #130855
Text Example
Text Example
White with #130855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130855; }
p { color: rgb(19,8,85); }
H1.HeaderClassName
{
color: #130855;
}
.AnyTagClassName
{
color: #130855;
}
</style>
background-color css
<style>
a { background-color: #130855; }
a { background-color: rgb(19,8,85); }
div.DivClassName
{
background-color: #130855;
}
.BgClassName
{
background-color: #130855;
}
</style>
border-color css
<style>
span { border-color: #130855; }
span { border-color: rgb(19,8,85); }
td.TdClassName
{
border-color: #130855;
}
.TagClassName
{
border-color: #130855;
}
</style>