Shades of New Midnight Blue #130EAC
Tints of New Midnight Blue #130EAC
RGB
CMYK
RGB Variations
Color information
#130EAC (or 0x130EAC) is known color: New Midnight Blue. HEX triplet: 13, 0E and AC. RGB value is (19,14,172). Sum of RGB (Red+Green+Blue) = 19+14+172=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 172 (67.58% from 255 or 83.90% from 205); Max value from RGB is 172 - color contains mainly: blue. Hex color #130EAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130EAC is #ECF153. Grayscale: #202020. Windows color (decimal): -15528276 or 11275795. OLE color: 11275795.
HSL color Cylindrical-coordinate representation of color #130EAC: hue angle of 241.9º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130EAC is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 14 | 172 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.33 |
| HSL | 241.9º | 0.85% | 0.36% | - |
| HSV(B) | 241.9º | 0.92% | 0.67% | - |
| XYZ | 7.87 | 3.43 | 39.28 | - |
| YUV | 33.51 | 206.16 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 172 | 0.89 | 0.92 | 0 | 0.33 | 241.9 | 0.85 | 0.36 |
| Hex | 13 | E | AC | 59 | 5C | 0 | 21 | F2 | 55 | 24 |
| Octal | 23 | 16 | 254 | 131 | 134 | 0 | 41 | 362 | 125 | 44 |
| Binary | 10011 | 1110 | 10101100 | 1011001 | 1011100 | 0 | 100001 | 11110010 | 1010101 | 100100 |
Color Harmonies of #130EAC
Complementary color
Monochromatic Colors of #130EAC
Black with #130EAC
Text Example
Text Example
White with #130EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130EAC; }
p { color: rgb(19,14,172); }
H1.HeaderClassName
{
color: #130EAC;
}
.AnyTagClassName
{
color: #130EAC;
}
</style>
background-color css
<style>
a { background-color: #130EAC; }
a { background-color: rgb(19,14,172); }
div.DivClassName
{
background-color: #130EAC;
}
.BgClassName
{
background-color: #130EAC;
}
</style>
border-color css
<style>
span { border-color: #130EAC; }
span { border-color: rgb(19,14,172); }
td.TdClassName
{
border-color: #130EAC;
}
.TagClassName
{
border-color: #130EAC;
}
</style>