Shades of New Midnight Blue #1801AB
Tints of New Midnight Blue #1801AB
RGB
CMYK
RGB Variations
Color information
#1801AB (or 0x1801AB) is known color: New Midnight Blue. HEX triplet: 18, 01 and AB. RGB value is (24,1,171). Sum of RGB (Red+Green+Blue) = 24+1+171=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 171 (67.19% from 255 or 87.24% from 196); Max value from RGB is 171 - color contains mainly: blue. Hex color #1801AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1801AB is #E7FE54. Grayscale: #1A1A1A. Windows color (decimal): -15203925 or 11206936. OLE color: 11206936.
HSL color Cylindrical-coordinate representation of color #1801AB: hue angle of 248.12º degrees, saturation: 0.99, 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 #1801AB is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 1 | 171 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.33 |
| HSL | 248.12º | 0.99% | 0.34% | - |
| HSV(B) | 248.12º | 0.99% | 0.67% | - |
| XYZ | 7.74 | 3.16 | 38.73 | - |
| YUV | 27.26 | 209.12 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 171 | 0.86 | 0.99 | 0 | 0.33 | 248.12 | 0.99 | 0.34 |
| Hex | 18 | 1 | AB | 56 | 63 | 0 | 21 | F8 | 63 | 22 |
| Octal | 30 | 1 | 253 | 126 | 143 | 0 | 41 | 370 | 143 | 42 |
| Binary | 11000 | 1 | 10101011 | 1010110 | 1100011 | 0 | 100001 | 11111000 | 1100011 | 100010 |
Color Harmonies of #1801AB
Complementary color
Monochromatic Colors of #1801AB
Black with #1801AB
Text Example
Text Example
White with #1801AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1801AB; }
p { color: rgb(24,1,171); }
H1.HeaderClassName
{
color: #1801AB;
}
.AnyTagClassName
{
color: #1801AB;
}
</style>
background-color css
<style>
a { background-color: #1801AB; }
a { background-color: rgb(24,1,171); }
div.DivClassName
{
background-color: #1801AB;
}
.BgClassName
{
background-color: #1801AB;
}
</style>
border-color css
<style>
span { border-color: #1801AB; }
span { border-color: rgb(24,1,171); }
td.TdClassName
{
border-color: #1801AB;
}
.TagClassName
{
border-color: #1801AB;
}
</style>