Shades of Midnight Blue #130E69
Tints of Midnight Blue #130E69
RGB
CMYK
RGB Variations
Color information
#130E69 (or 0x130E69) is known color: Midnight Blue. HEX triplet: 13, 0E and 69. RGB value is (19,14,105). Sum of RGB (Red+Green+Blue) = 19+14+105=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 105 (41.41% from 255 or 76.09% from 138); Max value from RGB is 105 - color contains mainly: blue. Hex color #130E69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130E69 is #ECF196. Grayscale: #191919. Windows color (decimal): -15528343 or 6884883. OLE color: 6884883.
HSL color Cylindrical-coordinate representation of color #130E69: hue angle of 243.3º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #130E69 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 14 | 105 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.59 |
| HSL | 243.3º | 0.76% | 0.23% | - |
| HSV(B) | 243.3º | 0.87% | 0.41% | - |
| XYZ | 2.98 | 1.47 | 13.49 | - |
| YUV | 25.87 | 172.66 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 105 | 0.82 | 0.87 | 0 | 0.59 | 243.3 | 0.76 | 0.23 |
| Hex | 13 | E | 69 | 52 | 57 | 0 | 3B | F3 | 4C | 17 |
| Octal | 23 | 16 | 151 | 122 | 127 | 0 | 73 | 363 | 114 | 27 |
| Binary | 10011 | 1110 | 1101001 | 1010010 | 1010111 | 0 | 111011 | 11110011 | 1001100 | 10111 |
Color Harmonies of #130E69
Complementary color
Monochromatic Colors of #130E69
Black with #130E69
Text Example
Text Example
White with #130E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E69; }
p { color: rgb(19,14,105); }
H1.HeaderClassName
{
color: #130E69;
}
.AnyTagClassName
{
color: #130E69;
}
</style>
background-color css
<style>
a { background-color: #130E69; }
a { background-color: rgb(19,14,105); }
div.DivClassName
{
background-color: #130E69;
}
.BgClassName
{
background-color: #130E69;
}
</style>
border-color css
<style>
span { border-color: #130E69; }
span { border-color: rgb(19,14,105); }
td.TdClassName
{
border-color: #130E69;
}
.TagClassName
{
border-color: #130E69;
}
</style>