Shades of Midnight Blue #130D5B
Tints of Midnight Blue #130D5B
RGB
CMYK
RGB Variations
Color information
#130D5B (or 0x130D5B) is known color: Midnight Blue. HEX triplet: 13, 0D and 5B. RGB value is (19,13,91). Sum of RGB (Red+Green+Blue) = 19+13+91=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 91 (35.94% from 255 or 73.98% from 123); Max value from RGB is 91 - color contains mainly: blue. Hex color #130D5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130D5B is #ECF2A4. Grayscale: #171717. Windows color (decimal): -15528613 or 5967123. OLE color: 5967123.
HSL color Cylindrical-coordinate representation of color #130D5B: hue angle of 244.62º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #130D5B is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 13 | 91 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.64 |
| HSL | 244.62º | 0.75% | 0.2% | - |
| HSV(B) | 244.62º | 0.86% | 0.36% | - |
| XYZ | 2.3 | 1.18 | 10 | - |
| YUV | 23.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 91 | 0.79 | 0.86 | 0 | 0.64 | 244.62 | 0.75 | 0.2 |
| Hex | 13 | D | 5B | 4F | 56 | 0 | 40 | F5 | 4B | 14 |
| Octal | 23 | 15 | 133 | 117 | 126 | 0 | 100 | 365 | 113 | 24 |
| Binary | 10011 | 1101 | 1011011 | 1001111 | 1010110 | 0 | 1000000 | 11110101 | 1001011 | 10100 |
Color Harmonies of #130D5B
Complementary color
Monochromatic Colors of #130D5B
Black with #130D5B
Text Example
Text Example
White with #130D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D5B; }
p { color: rgb(19,13,91); }
H1.HeaderClassName
{
color: #130D5B;
}
.AnyTagClassName
{
color: #130D5B;
}
</style>
background-color css
<style>
a { background-color: #130D5B; }
a { background-color: rgb(19,13,91); }
div.DivClassName
{
background-color: #130D5B;
}
.BgClassName
{
background-color: #130D5B;
}
</style>
border-color css
<style>
span { border-color: #130D5B; }
span { border-color: rgb(19,13,91); }
td.TdClassName
{
border-color: #130D5B;
}
.TagClassName
{
border-color: #130D5B;
}
</style>