Shades of New Midnight Blue #130AAA
Tints of New Midnight Blue #130AAA
RGB
CMYK
RGB Variations
Color information
#130AAA (or 0x130AAA) is known color: New Midnight Blue. HEX triplet: 13, 0A and AA. RGB value is (19,10,170). Sum of RGB (Red+Green+Blue) = 19+10+170=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 170 (66.80% from 255 or 85.43% from 199); Max value from RGB is 170 - color contains mainly: blue. Hex color #130AAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130AAA is #ECF555. Grayscale: #1E1E1E. Windows color (decimal): -15529302 or 11143699. OLE color: 11143699.
HSL color Cylindrical-coordinate representation of color #130AAA: hue angle of 243.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130AAA is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 10 | 170 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.33 |
| HSL | 243.38º | 0.89% | 0.35% | - |
| HSV(B) | 243.38º | 0.94% | 0.67% | - |
| XYZ | 7.63 | 3.26 | 38.26 | - |
| YUV | 30.93 | 206.48 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 170 | 0.89 | 0.94 | 0 | 0.33 | 243.38 | 0.89 | 0.35 |
| Hex | 13 | A | AA | 59 | 5E | 0 | 21 | F3 | 59 | 23 |
| Octal | 23 | 12 | 252 | 131 | 136 | 0 | 41 | 363 | 131 | 43 |
| Binary | 10011 | 1010 | 10101010 | 1011001 | 1011110 | 0 | 100001 | 11110011 | 1011001 | 100011 |
Color Harmonies of #130AAA
Complementary color
Monochromatic Colors of #130AAA
Black with #130AAA
Text Example
Text Example
White with #130AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130AAA; }
p { color: rgb(19,10,170); }
H1.HeaderClassName
{
color: #130AAA;
}
.AnyTagClassName
{
color: #130AAA;
}
</style>
background-color css
<style>
a { background-color: #130AAA; }
a { background-color: rgb(19,10,170); }
div.DivClassName
{
background-color: #130AAA;
}
.BgClassName
{
background-color: #130AAA;
}
</style>
border-color css
<style>
span { border-color: #130AAA; }
span { border-color: rgb(19,10,170); }
td.TdClassName
{
border-color: #130AAA;
}
.TagClassName
{
border-color: #130AAA;
}
</style>