Shades of Midnight Blue #130E75
Tints of Midnight Blue #130E75
RGB
CMYK
RGB Variations
Color information
#130E75 (or 0x130E75) is known color: Midnight Blue. HEX triplet: 13, 0E and 75. RGB value is (19,14,117). Sum of RGB (Red+Green+Blue) = 19+14+117=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 117 (46.09% from 255 or 78% from 150); Max value from RGB is 117 - color contains mainly: blue. Hex color #130E75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130E75 is #ECF18A. Grayscale: #1A1A1A. Windows color (decimal): -15528331 or 7671315. OLE color: 7671315.
HSL color Cylindrical-coordinate representation of color #130E75: hue angle of 242.91º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130E75 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 14 | 117 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.54 |
| HSL | 242.91º | 0.79% | 0.26% | - |
| HSV(B) | 242.91º | 0.88% | 0.46% | - |
| XYZ | 3.64 | 1.74 | 16.97 | - |
| YUV | 27.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 117 | 0.84 | 0.88 | 0 | 0.54 | 242.91 | 0.79 | 0.26 |
| Hex | 13 | E | 75 | 54 | 58 | 0 | 36 | F3 | 4F | 1A |
| Octal | 23 | 16 | 165 | 124 | 130 | 0 | 66 | 363 | 117 | 32 |
| Binary | 10011 | 1110 | 1110101 | 1010100 | 1011000 | 0 | 110110 | 11110011 | 1001111 | 11010 |
Color Harmonies of #130E75
Complementary color
Monochromatic Colors of #130E75
Black with #130E75
Text Example
Text Example
White with #130E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E75; }
p { color: rgb(19,14,117); }
H1.HeaderClassName
{
color: #130E75;
}
.AnyTagClassName
{
color: #130E75;
}
</style>
background-color css
<style>
a { background-color: #130E75; }
a { background-color: rgb(19,14,117); }
div.DivClassName
{
background-color: #130E75;
}
.BgClassName
{
background-color: #130E75;
}
</style>
border-color css
<style>
span { border-color: #130E75; }
span { border-color: rgb(19,14,117); }
td.TdClassName
{
border-color: #130E75;
}
.TagClassName
{
border-color: #130E75;
}
</style>