Shades of New Midnight Blue #1502AB
Tints of New Midnight Blue #1502AB
RGB
CMYK
RGB Variations
Color information
#1502AB (or 0x1502AB) is known color: New Midnight Blue. HEX triplet: 15, 02 and AB. RGB value is (21,2,171). Sum of RGB (Red+Green+Blue) = 21+2+171=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 171 (67.19% from 255 or 88.14% from 194); Max value from RGB is 171 - color contains mainly: blue. Hex color #1502AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1502AB is #EAFD54. Grayscale: #1A1A1A. Windows color (decimal): -15400277 or 11207189. OLE color: 11207189.
HSL color Cylindrical-coordinate representation of color #1502AB: hue angle of 246.75º 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 #1502AB is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 2 | 171 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.33 |
| HSL | 246.75º | 0.98% | 0.34% | - |
| HSV(B) | 246.75º | 0.99% | 0.67% | - |
| XYZ | 7.68 | 3.14 | 38.73 | - |
| YUV | 26.95 | 209.29 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 171 | 0.88 | 0.99 | 0 | 0.33 | 246.75 | 0.98 | 0.34 |
| Hex | 15 | 2 | AB | 58 | 63 | 0 | 21 | F7 | 62 | 22 |
| Octal | 25 | 2 | 253 | 130 | 143 | 0 | 41 | 367 | 142 | 42 |
| Binary | 10101 | 10 | 10101011 | 1011000 | 1100011 | 0 | 100001 | 11110111 | 1100010 | 100010 |
Color Harmonies of #1502AB
Complementary color
Monochromatic Colors of #1502AB
Black with #1502AB
Text Example
Text Example
White with #1502AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1502AB; }
p { color: rgb(21,2,171); }
H1.HeaderClassName
{
color: #1502AB;
}
.AnyTagClassName
{
color: #1502AB;
}
</style>
background-color css
<style>
a { background-color: #1502AB; }
a { background-color: rgb(21,2,171); }
div.DivClassName
{
background-color: #1502AB;
}
.BgClassName
{
background-color: #1502AB;
}
</style>
border-color css
<style>
span { border-color: #1502AB; }
span { border-color: rgb(21,2,171); }
td.TdClassName
{
border-color: #1502AB;
}
.TagClassName
{
border-color: #1502AB;
}
</style>