Shades of Midnight Blue #130E74
Tints of Midnight Blue #130E74
RGB
CMYK
RGB Variations
Color information
#130E74 (or 0x130E74) is known color: Midnight Blue. HEX triplet: 13, 0E and 74. RGB value is (19,14,116). Sum of RGB (Red+Green+Blue) = 19+14+116=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 116 (45.70% from 255 or 77.85% from 149); Max value from RGB is 116 - color contains mainly: blue. Hex color #130E74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130E74 is #ECF18B. Grayscale: #1A1A1A. Windows color (decimal): -15528332 or 7605779. OLE color: 7605779.
HSL color Cylindrical-coordinate representation of color #130E74: hue angle of 242.94º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130E74 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 14 | 116 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.55 |
| HSL | 242.94º | 0.78% | 0.25% | - |
| HSV(B) | 242.94º | 0.88% | 0.45% | - |
| XYZ | 3.58 | 1.71 | 16.67 | - |
| YUV | 27.12 | 178.16 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 116 | 0.84 | 0.88 | 0 | 0.55 | 242.94 | 0.78 | 0.25 |
| Hex | 13 | E | 74 | 54 | 58 | 0 | 37 | F3 | 4E | 19 |
| Octal | 23 | 16 | 164 | 124 | 130 | 0 | 67 | 363 | 116 | 31 |
| Binary | 10011 | 1110 | 1110100 | 1010100 | 1011000 | 0 | 110111 | 11110011 | 1001110 | 11001 |
Color Harmonies of #130E74
Complementary color
Monochromatic Colors of #130E74
Black with #130E74
Text Example
Text Example
White with #130E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E74; }
p { color: rgb(19,14,116); }
H1.HeaderClassName
{
color: #130E74;
}
.AnyTagClassName
{
color: #130E74;
}
</style>
background-color css
<style>
a { background-color: #130E74; }
a { background-color: rgb(19,14,116); }
div.DivClassName
{
background-color: #130E74;
}
.BgClassName
{
background-color: #130E74;
}
</style>
border-color css
<style>
span { border-color: #130E74; }
span { border-color: rgb(19,14,116); }
td.TdClassName
{
border-color: #130E74;
}
.TagClassName
{
border-color: #130E74;
}
</style>