Shades of New Midnight Blue #1502AA
Tints of New Midnight Blue #1502AA
RGB
CMYK
RGB Variations
Color information
#1502AA (or 0x1502AA) is known color: New Midnight Blue. HEX triplet: 15, 02 and AA. RGB value is (21,2,170). Sum of RGB (Red+Green+Blue) = 21+2+170=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 170 (66.80% from 255 or 88.08% from 193); Max value from RGB is 170 - color contains mainly: blue. Hex color #1502AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1502AA is #EAFD55. Grayscale: #1A1A1A. Windows color (decimal): -15400278 or 11141653. OLE color: 11141653.
HSL color Cylindrical-coordinate representation of color #1502AA: hue angle of 246.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1502AA is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 2 | 170 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.33 |
| HSL | 246.79º | 0.98% | 0.34% | - |
| HSV(B) | 246.79º | 0.99% | 0.67% | - |
| XYZ | 7.59 | 3.11 | 38.23 | - |
| YUV | 26.83 | 208.79 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 170 | 0.88 | 0.99 | 0 | 0.33 | 246.79 | 0.98 | 0.34 |
| Hex | 15 | 2 | AA | 58 | 63 | 0 | 21 | F7 | 62 | 22 |
| Octal | 25 | 2 | 252 | 130 | 143 | 0 | 41 | 367 | 142 | 42 |
| Binary | 10101 | 10 | 10101010 | 1011000 | 1100011 | 0 | 100001 | 11110111 | 1100010 | 100010 |
Color Harmonies of #1502AA
Complementary color
Monochromatic Colors of #1502AA
Black with #1502AA
Text Example
Text Example
White with #1502AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1502AA; }
p { color: rgb(21,2,170); }
H1.HeaderClassName
{
color: #1502AA;
}
.AnyTagClassName
{
color: #1502AA;
}
</style>
background-color css
<style>
a { background-color: #1502AA; }
a { background-color: rgb(21,2,170); }
div.DivClassName
{
background-color: #1502AA;
}
.BgClassName
{
background-color: #1502AA;
}
</style>
border-color css
<style>
span { border-color: #1502AA; }
span { border-color: rgb(21,2,170); }
td.TdClassName
{
border-color: #1502AA;
}
.TagClassName
{
border-color: #1502AA;
}
</style>