Shades of Midnight Blue #130E6F
Tints of Midnight Blue #130E6F
RGB
CMYK
RGB Variations
Color information
#130E6F (or 0x130E6F) is known color: Midnight Blue. HEX triplet: 13, 0E and 6F. RGB value is (19,14,111). Sum of RGB (Red+Green+Blue) = 19+14+111=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 111 (43.75% from 255 or 77.08% from 144); Max value from RGB is 111 - color contains mainly: blue. Hex color #130E6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130E6F is #ECF190. Grayscale: #1A1A1A. Windows color (decimal): -15528337 or 7278099. OLE color: 7278099.
HSL color Cylindrical-coordinate representation of color #130E6F: hue angle of 243.09º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #130E6F is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 14 | 111 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.56 |
| HSL | 243.09º | 0.78% | 0.25% | - |
| HSV(B) | 243.09º | 0.87% | 0.44% | - |
| XYZ | 3.29 | 1.6 | 15.17 | - |
| YUV | 26.55 | 175.66 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 111 | 0.83 | 0.87 | 0 | 0.56 | 243.09 | 0.78 | 0.25 |
| Hex | 13 | E | 6F | 53 | 57 | 0 | 38 | F3 | 4E | 19 |
| Octal | 23 | 16 | 157 | 123 | 127 | 0 | 70 | 363 | 116 | 31 |
| Binary | 10011 | 1110 | 1101111 | 1010011 | 1010111 | 0 | 111000 | 11110011 | 1001110 | 11001 |
Color Harmonies of #130E6F
Complementary color
Monochromatic Colors of #130E6F
Black with #130E6F
Text Example
Text Example
White with #130E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E6F; }
p { color: rgb(19,14,111); }
H1.HeaderClassName
{
color: #130E6F;
}
.AnyTagClassName
{
color: #130E6F;
}
</style>
background-color css
<style>
a { background-color: #130E6F; }
a { background-color: rgb(19,14,111); }
div.DivClassName
{
background-color: #130E6F;
}
.BgClassName
{
background-color: #130E6F;
}
</style>
border-color css
<style>
span { border-color: #130E6F; }
span { border-color: rgb(19,14,111); }
td.TdClassName
{
border-color: #130E6F;
}
.TagClassName
{
border-color: #130E6F;
}
</style>