Shades of Midnight Blue #130E66
Tints of Midnight Blue #130E66
RGB
CMYK
RGB Variations
Color information
#130E66 (or 0x130E66) is known color: Midnight Blue. HEX triplet: 13, 0E and 66. RGB value is (19,14,102). Sum of RGB (Red+Green+Blue) = 19+14+102=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 102 (40.23% from 255 or 75.56% from 135); Max value from RGB is 102 - color contains mainly: blue. Hex color #130E66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130E66 is #ECF199. Grayscale: #191919. Windows color (decimal): -15528346 or 6688275. OLE color: 6688275.
HSL color Cylindrical-coordinate representation of color #130E66: hue angle of 243.41º 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 #130E66 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 14 | 102 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.6 |
| HSL | 243.41º | 0.76% | 0.23% | - |
| HSV(B) | 243.41º | 0.86% | 0.4% | - |
| XYZ | 2.82 | 1.41 | 12.69 | - |
| YUV | 25.53 | 171.16 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 102 | 0.81 | 0.86 | 0 | 0.6 | 243.41 | 0.76 | 0.23 |
| Hex | 13 | E | 66 | 51 | 56 | 0 | 3C | F3 | 4C | 17 |
| Octal | 23 | 16 | 146 | 121 | 126 | 0 | 74 | 363 | 114 | 27 |
| Binary | 10011 | 1110 | 1100110 | 1010001 | 1010110 | 0 | 111100 | 11110011 | 1001100 | 10111 |
Color Harmonies of #130E66
Complementary color
Monochromatic Colors of #130E66
Black with #130E66
Text Example
Text Example
White with #130E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E66; }
p { color: rgb(19,14,102); }
H1.HeaderClassName
{
color: #130E66;
}
.AnyTagClassName
{
color: #130E66;
}
</style>
background-color css
<style>
a { background-color: #130E66; }
a { background-color: rgb(19,14,102); }
div.DivClassName
{
background-color: #130E66;
}
.BgClassName
{
background-color: #130E66;
}
</style>
border-color css
<style>
span { border-color: #130E66; }
span { border-color: rgb(19,14,102); }
td.TdClassName
{
border-color: #130E66;
}
.TagClassName
{
border-color: #130E66;
}
</style>