Shades of Midnight Blue #130E65
Tints of Midnight Blue #130E65
RGB
CMYK
RGB Variations
Color information
#130E65 (or 0x130E65) is known color: Midnight Blue. HEX triplet: 13, 0E and 65. RGB value is (19,14,101). Sum of RGB (Red+Green+Blue) = 19+14+101=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 101 (39.84% from 255 or 75.37% from 134); Max value from RGB is 101 - color contains mainly: blue. Hex color #130E65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130E65 is #ECF19A. Grayscale: #191919. Windows color (decimal): -15528347 or 6622739. OLE color: 6622739.
HSL color Cylindrical-coordinate representation of color #130E65: hue angle of 243.45º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #130E65 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 14 | 101 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.60 |
| HSL | 243.45º | 0.76% | 0.23% | - |
| HSV(B) | 243.45º | 0.86% | 0.4% | - |
| XYZ | 2.77 | 1.39 | 12.43 | - |
| YUV | 25.41 | 170.66 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 101 | 0.81 | 0.86 | 0 | 0.60 | 243.45 | 0.76 | 0.23 |
| Hex | 13 | E | 65 | 51 | 56 | 0 | 3C | F3 | 4C | 17 |
| Octal | 23 | 16 | 145 | 121 | 126 | 0 | 74 | 363 | 114 | 27 |
| Binary | 10011 | 1110 | 1100101 | 1010001 | 1010110 | 0 | 111100 | 11110011 | 1001100 | 10111 |
Color Harmonies of #130E65
Complementary color
Monochromatic Colors of #130E65
Black with #130E65
Text Example
Text Example
White with #130E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E65; }
p { color: rgb(19,14,101); }
H1.HeaderClassName
{
color: #130E65;
}
.AnyTagClassName
{
color: #130E65;
}
</style>
background-color css
<style>
a { background-color: #130E65; }
a { background-color: rgb(19,14,101); }
div.DivClassName
{
background-color: #130E65;
}
.BgClassName
{
background-color: #130E65;
}
</style>
border-color css
<style>
span { border-color: #130E65; }
span { border-color: rgb(19,14,101); }
td.TdClassName
{
border-color: #130E65;
}
.TagClassName
{
border-color: #130E65;
}
</style>