Shades of Midnight Blue #130D77
Tints of Midnight Blue #130D77
RGB
CMYK
RGB Variations
Color information
#130D77 (or 0x130D77) is known color: Midnight Blue. HEX triplet: 13, 0D and 77. RGB value is (19,13,119). Sum of RGB (Red+Green+Blue) = 19+13+119=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 119 (46.88% from 255 or 78.81% from 151); Max value from RGB is 119 - color contains mainly: blue. Hex color #130D77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130D77 is #ECF288. Grayscale: #1A1A1A. Windows color (decimal): -15528585 or 7802131. OLE color: 7802131.
HSL color Cylindrical-coordinate representation of color #130D77: hue angle of 243.4º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130D77 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 13 | 119 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.53 |
| HSL | 243.4º | 0.8% | 0.26% | - |
| HSV(B) | 243.4º | 0.89% | 0.47% | - |
| XYZ | 3.74 | 1.76 | 17.59 | - |
| YUV | 26.88 | 179.99 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 119 | 0.84 | 0.89 | 0 | 0.53 | 243.4 | 0.8 | 0.26 |
| Hex | 13 | D | 77 | 54 | 59 | 0 | 35 | F3 | 50 | 1A |
| Octal | 23 | 15 | 167 | 124 | 131 | 0 | 65 | 363 | 120 | 32 |
| Binary | 10011 | 1101 | 1110111 | 1010100 | 1011001 | 0 | 110101 | 11110011 | 1010000 | 11010 |
Color Harmonies of #130D77
Complementary color
Monochromatic Colors of #130D77
Black with #130D77
Text Example
Text Example
White with #130D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D77; }
p { color: rgb(19,13,119); }
H1.HeaderClassName
{
color: #130D77;
}
.AnyTagClassName
{
color: #130D77;
}
</style>
background-color css
<style>
a { background-color: #130D77; }
a { background-color: rgb(19,13,119); }
div.DivClassName
{
background-color: #130D77;
}
.BgClassName
{
background-color: #130D77;
}
</style>
border-color css
<style>
span { border-color: #130D77; }
span { border-color: rgb(19,13,119); }
td.TdClassName
{
border-color: #130D77;
}
.TagClassName
{
border-color: #130D77;
}
</style>