Shades of Midnight Blue #130E77
Tints of Midnight Blue #130E77
RGB
CMYK
RGB Variations
Color information
#130E77 (or 0x130E77) is known color: Midnight Blue. HEX triplet: 13, 0E and 77. RGB value is (19,14,119). Sum of RGB (Red+Green+Blue) = 19+14+119=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 119 (46.88% from 255 or 78.29% from 152); Max value from RGB is 119 - color contains mainly: blue. Hex color #130E77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130E77 is #ECF188. Grayscale: #1B1B1B. Windows color (decimal): -15528329 or 7802387. OLE color: 7802387.
HSL color Cylindrical-coordinate representation of color #130E77: hue angle of 242.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130E77 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 14 | 119 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.53 |
| HSL | 242.86º | 0.79% | 0.26% | - |
| HSV(B) | 242.86º | 0.88% | 0.47% | - |
| XYZ | 3.76 | 1.78 | 17.6 | - |
| YUV | 27.47 | 179.66 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 119 | 0.84 | 0.88 | 0 | 0.53 | 242.86 | 0.79 | 0.26 |
| Hex | 13 | E | 77 | 54 | 58 | 0 | 35 | F3 | 4F | 1A |
| Octal | 23 | 16 | 167 | 124 | 130 | 0 | 65 | 363 | 117 | 32 |
| Binary | 10011 | 1110 | 1110111 | 1010100 | 1011000 | 0 | 110101 | 11110011 | 1001111 | 11010 |
Color Harmonies of #130E77
Complementary color
Monochromatic Colors of #130E77
Black with #130E77
Text Example
Text Example
White with #130E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E77; }
p { color: rgb(19,14,119); }
H1.HeaderClassName
{
color: #130E77;
}
.AnyTagClassName
{
color: #130E77;
}
</style>
background-color css
<style>
a { background-color: #130E77; }
a { background-color: rgb(19,14,119); }
div.DivClassName
{
background-color: #130E77;
}
.BgClassName
{
background-color: #130E77;
}
</style>
border-color css
<style>
span { border-color: #130E77; }
span { border-color: rgb(19,14,119); }
td.TdClassName
{
border-color: #130E77;
}
.TagClassName
{
border-color: #130E77;
}
</style>