Shades of New Midnight Blue #1800AD
Tints of New Midnight Blue #1800AD
RGB
CMYK
RGB Variations
Color information
#1800AD (or 0x1800AD) is known color: New Midnight Blue. HEX triplet: 18, 00 and AD. RGB value is (24,0,173). Sum of RGB (Red+Green+Blue) = 24+0+173=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 173 (67.97% from 255 or 87.82% from 197); Max value from RGB is 173 - color contains mainly: blue. Hex color #1800AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1800AD is #E7FF52. Grayscale: #1A1A1A. Windows color (decimal): -15204179 or 11337752. OLE color: 11337752.
HSL color Cylindrical-coordinate representation of color #1800AD: hue angle of 248.32º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1800AD is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 0 | 173 | - |
| CMYK | 0.86 | 1 | 0 | 0.32 |
| HSL | 248.32º | 1% | 0.34% | - |
| HSV(B) | 248.32º | 1% | 0.68% | - |
| XYZ | 7.92 | 3.21 | 39.74 | - |
| YUV | 26.9 | 210.45 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 173 | 0.86 | 1 | 0 | 0.32 | 248.32 | 1 | 0.34 |
| Hex | 18 | 0 | AD | 56 | 64 | 0 | 20 | F8 | 64 | 22 |
| Octal | 30 | 0 | 255 | 126 | 144 | 0 | 40 | 370 | 144 | 42 |
| Binary | 11000 | 0 | 10101101 | 1010110 | 1100100 | 0 | 100000 | 11111000 | 1100100 | 100010 |
Color Harmonies of #1800AD
Complementary color
Monochromatic Colors of #1800AD
Black with #1800AD
Text Example
Text Example
White with #1800AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1800AD; }
p { color: rgb(24,0,173); }
H1.HeaderClassName
{
color: #1800AD;
}
.AnyTagClassName
{
color: #1800AD;
}
</style>
background-color css
<style>
a { background-color: #1800AD; }
a { background-color: rgb(24,0,173); }
div.DivClassName
{
background-color: #1800AD;
}
.BgClassName
{
background-color: #1800AD;
}
</style>
border-color css
<style>
span { border-color: #1800AD; }
span { border-color: rgb(24,0,173); }
td.TdClassName
{
border-color: #1800AD;
}
.TagClassName
{
border-color: #1800AD;
}
</style>