Shades of New Midnight Blue #1509AC
Tints of New Midnight Blue #1509AC
RGB
CMYK
RGB Variations
Color information
#1509AC (or 0x1509AC) is known color: New Midnight Blue. HEX triplet: 15, 09 and AC. RGB value is (21,9,172). Sum of RGB (Red+Green+Blue) = 21+9+172=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 172 (67.58% from 255 or 85.15% from 202); Max value from RGB is 172 - color contains mainly: blue. Hex color #1509AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1509AC is #EAF653. Grayscale: #1E1E1E. Windows color (decimal): -15398484 or 11274517. OLE color: 11274517.
HSL color Cylindrical-coordinate representation of color #1509AC: hue angle of 244.42º 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 #1509AC is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 9 | 172 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.33 |
| HSL | 244.42º | 0.9% | 0.35% | - |
| HSV(B) | 244.42º | 0.95% | 0.67% | - |
| XYZ | 7.85 | 3.33 | 39.26 | - |
| YUV | 31.17 | 207.48 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 172 | 0.88 | 0.95 | 0 | 0.33 | 244.42 | 0.9 | 0.35 |
| Hex | 15 | 9 | AC | 58 | 5F | 0 | 21 | F4 | 5A | 23 |
| Octal | 25 | 11 | 254 | 130 | 137 | 0 | 41 | 364 | 132 | 43 |
| Binary | 10101 | 1001 | 10101100 | 1011000 | 1011111 | 0 | 100001 | 11110100 | 1011010 | 100011 |
Color Harmonies of #1509AC
Complementary color
Monochromatic Colors of #1509AC
Black with #1509AC
Text Example
Text Example
White with #1509AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1509AC; }
p { color: rgb(21,9,172); }
H1.HeaderClassName
{
color: #1509AC;
}
.AnyTagClassName
{
color: #1509AC;
}
</style>
background-color css
<style>
a { background-color: #1509AC; }
a { background-color: rgb(21,9,172); }
div.DivClassName
{
background-color: #1509AC;
}
.BgClassName
{
background-color: #1509AC;
}
</style>
border-color css
<style>
span { border-color: #1509AC; }
span { border-color: rgb(21,9,172); }
td.TdClassName
{
border-color: #1509AC;
}
.TagClassName
{
border-color: #1509AC;
}
</style>