Shades of New Midnight Blue #1401AB
Tints of New Midnight Blue #1401AB
RGB
CMYK
RGB Variations
Color information
#1401AB (or 0x1401AB) is known color: New Midnight Blue. HEX triplet: 14, 01 and AB. RGB value is (20,1,171). Sum of RGB (Red+Green+Blue) = 20+1+171=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 171 (67.19% from 255 or 89.06% from 192); Max value from RGB is 171 - color contains mainly: blue. Hex color #1401AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1401AB is #EBFE54. Grayscale: #191919. Windows color (decimal): -15466069 or 11206932. OLE color: 11206932.
HSL color Cylindrical-coordinate representation of color #1401AB: hue angle of 246.71º 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 #1401AB is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 1 | 171 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.33 |
| HSL | 246.71º | 0.99% | 0.34% | - |
| HSV(B) | 246.71º | 0.99% | 0.67% | - |
| XYZ | 7.65 | 3.11 | 38.73 | - |
| YUV | 26.06 | 209.79 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 171 | 0.88 | 0.99 | 0 | 0.33 | 246.71 | 0.99 | 0.34 |
| Hex | 14 | 1 | AB | 58 | 63 | 0 | 21 | F7 | 63 | 22 |
| Octal | 24 | 1 | 253 | 130 | 143 | 0 | 41 | 367 | 143 | 42 |
| Binary | 10100 | 1 | 10101011 | 1011000 | 1100011 | 0 | 100001 | 11110111 | 1100011 | 100010 |
Color Harmonies of #1401AB
Complementary color
Monochromatic Colors of #1401AB
Black with #1401AB
Text Example
Text Example
White with #1401AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1401AB; }
p { color: rgb(20,1,171); }
H1.HeaderClassName
{
color: #1401AB;
}
.AnyTagClassName
{
color: #1401AB;
}
</style>
background-color css
<style>
a { background-color: #1401AB; }
a { background-color: rgb(20,1,171); }
div.DivClassName
{
background-color: #1401AB;
}
.BgClassName
{
background-color: #1401AB;
}
</style>
border-color css
<style>
span { border-color: #1401AB; }
span { border-color: rgb(20,1,171); }
td.TdClassName
{
border-color: #1401AB;
}
.TagClassName
{
border-color: #1401AB;
}
</style>