Shades of New Midnight Blue #130AAC
Tints of New Midnight Blue #130AAC
RGB
CMYK
RGB Variations
Color information
#130AAC (or 0x130AAC) is known color: New Midnight Blue. HEX triplet: 13, 0A and AC. RGB value is (19,10,172). Sum of RGB (Red+Green+Blue) = 19+10+172=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 172 (67.58% from 255 or 85.57% from 201); Max value from RGB is 172 - color contains mainly: blue. Hex color #130AAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130AAC is #ECF553. Grayscale: #1E1E1E. Windows color (decimal): -15529300 or 11274771. OLE color: 11274771.
HSL color Cylindrical-coordinate representation of color #130AAC: hue angle of 243.33º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130AAC is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 10 | 172 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.33 |
| HSL | 243.33º | 0.89% | 0.36% | - |
| HSV(B) | 243.33º | 0.94% | 0.67% | - |
| XYZ | 7.82 | 3.33 | 39.26 | - |
| YUV | 31.16 | 207.48 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 172 | 0.89 | 0.94 | 0 | 0.33 | 243.33 | 0.89 | 0.36 |
| Hex | 13 | A | AC | 59 | 5E | 0 | 21 | F3 | 59 | 24 |
| Octal | 23 | 12 | 254 | 131 | 136 | 0 | 41 | 363 | 131 | 44 |
| Binary | 10011 | 1010 | 10101100 | 1011001 | 1011110 | 0 | 100001 | 11110011 | 1011001 | 100100 |
Color Harmonies of #130AAC
Complementary color
Monochromatic Colors of #130AAC
Black with #130AAC
Text Example
Text Example
White with #130AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130AAC; }
p { color: rgb(19,10,172); }
H1.HeaderClassName
{
color: #130AAC;
}
.AnyTagClassName
{
color: #130AAC;
}
</style>
background-color css
<style>
a { background-color: #130AAC; }
a { background-color: rgb(19,10,172); }
div.DivClassName
{
background-color: #130AAC;
}
.BgClassName
{
background-color: #130AAC;
}
</style>
border-color css
<style>
span { border-color: #130AAC; }
span { border-color: rgb(19,10,172); }
td.TdClassName
{
border-color: #130AAC;
}
.TagClassName
{
border-color: #130AAC;
}
</style>