Shades of New Midnight Blue #1509AB
Tints of New Midnight Blue #1509AB
RGB
CMYK
RGB Variations
Color information
#1509AB (or 0x1509AB) is known color: New Midnight Blue. HEX triplet: 15, 09 and AB. RGB value is (21,9,171). Sum of RGB (Red+Green+Blue) = 21+9+171=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 171 (67.19% from 255 or 85.07% from 201); Max value from RGB is 171 - color contains mainly: blue. Hex color #1509AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1509AB is #EAF654. Grayscale: #1E1E1E. Windows color (decimal): -15398485 or 11208981. OLE color: 11208981.
HSL color Cylindrical-coordinate representation of color #1509AB: hue angle of 244.44º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1509AB is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 9 | 171 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.33 |
| HSL | 244.44º | 0.9% | 0.35% | - |
| HSV(B) | 244.44º | 0.95% | 0.67% | - |
| XYZ | 7.76 | 3.3 | 38.76 | - |
| YUV | 31.06 | 206.98 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 171 | 0.88 | 0.95 | 0 | 0.33 | 244.44 | 0.9 | 0.35 |
| Hex | 15 | 9 | AB | 58 | 5F | 0 | 21 | F4 | 5A | 23 |
| Octal | 25 | 11 | 253 | 130 | 137 | 0 | 41 | 364 | 132 | 43 |
| Binary | 10101 | 1001 | 10101011 | 1011000 | 1011111 | 0 | 100001 | 11110100 | 1011010 | 100011 |
Color Harmonies of #1509AB
Complementary color
Monochromatic Colors of #1509AB
Black with #1509AB
Text Example
Text Example
White with #1509AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1509AB; }
p { color: rgb(21,9,171); }
H1.HeaderClassName
{
color: #1509AB;
}
.AnyTagClassName
{
color: #1509AB;
}
</style>
background-color css
<style>
a { background-color: #1509AB; }
a { background-color: rgb(21,9,171); }
div.DivClassName
{
background-color: #1509AB;
}
.BgClassName
{
background-color: #1509AB;
}
</style>
border-color css
<style>
span { border-color: #1509AB; }
span { border-color: rgb(21,9,171); }
td.TdClassName
{
border-color: #1509AB;
}
.TagClassName
{
border-color: #1509AB;
}
</style>