Shades of New Midnight Blue #1403AB
Tints of New Midnight Blue #1403AB
RGB
CMYK
RGB Variations
Color information
#1403AB (or 0x1403AB) is known color: New Midnight Blue. HEX triplet: 14, 03 and AB. RGB value is (20,3,171). Sum of RGB (Red+Green+Blue) = 20+3+171=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 171 (67.19% from 255 or 88.14% from 194); Max value from RGB is 171 - color contains mainly: blue. Hex color #1403AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1403AB is #EBFC54. Grayscale: #1A1A1A. Windows color (decimal): -15465557 or 11207444. OLE color: 11207444.
HSL color Cylindrical-coordinate representation of color #1403AB: hue angle of 246.07º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1403AB is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 3 | 171 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.33 |
| HSL | 246.07º | 0.97% | 0.34% | - |
| HSV(B) | 246.07º | 0.98% | 0.67% | - |
| XYZ | 7.67 | 3.15 | 38.73 | - |
| YUV | 27.24 | 209.13 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 171 | 0.88 | 0.98 | 0 | 0.33 | 246.07 | 0.97 | 0.34 |
| Hex | 14 | 3 | AB | 58 | 62 | 0 | 21 | F6 | 61 | 22 |
| Octal | 24 | 3 | 253 | 130 | 142 | 0 | 41 | 366 | 141 | 42 |
| Binary | 10100 | 11 | 10101011 | 1011000 | 1100010 | 0 | 100001 | 11110110 | 1100001 | 100010 |
Color Harmonies of #1403AB
Complementary color
Monochromatic Colors of #1403AB
Black with #1403AB
Text Example
Text Example
White with #1403AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1403AB; }
p { color: rgb(20,3,171); }
H1.HeaderClassName
{
color: #1403AB;
}
.AnyTagClassName
{
color: #1403AB;
}
</style>
background-color css
<style>
a { background-color: #1403AB; }
a { background-color: rgb(20,3,171); }
div.DivClassName
{
background-color: #1403AB;
}
.BgClassName
{
background-color: #1403AB;
}
</style>
border-color css
<style>
span { border-color: #1403AB; }
span { border-color: rgb(20,3,171); }
td.TdClassName
{
border-color: #1403AB;
}
.TagClassName
{
border-color: #1403AB;
}
</style>