Shades of New Midnight Blue #1408AB
Tints of New Midnight Blue #1408AB
RGB
CMYK
RGB Variations
Color information
#1408AB (or 0x1408AB) is known color: New Midnight Blue. HEX triplet: 14, 08 and AB. RGB value is (20,8,171). Sum of RGB (Red+Green+Blue) = 20+8+171=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 171 (67.19% from 255 or 85.93% from 199); Max value from RGB is 171 - color contains mainly: blue. Hex color #1408AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1408AB is #EBF754. Grayscale: #1D1D1D. Windows color (decimal): -15464277 or 11208724. OLE color: 11208724.
HSL color Cylindrical-coordinate representation of color #1408AB: hue angle of 244.42º degrees, saturation: 0.91, 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 #1408AB is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 8 | 171 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.33 |
| HSL | 244.42º | 0.91% | 0.35% | - |
| HSV(B) | 244.42º | 0.95% | 0.67% | - |
| XYZ | 7.73 | 3.26 | 38.75 | - |
| YUV | 30.17 | 207.48 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 171 | 0.88 | 0.95 | 0 | 0.33 | 244.42 | 0.91 | 0.35 |
| Hex | 14 | 8 | AB | 58 | 5F | 0 | 21 | F4 | 5B | 23 |
| Octal | 24 | 10 | 253 | 130 | 137 | 0 | 41 | 364 | 133 | 43 |
| Binary | 10100 | 1000 | 10101011 | 1011000 | 1011111 | 0 | 100001 | 11110100 | 1011011 | 100011 |
Color Harmonies of #1408AB
Complementary color
Monochromatic Colors of #1408AB
Black with #1408AB
Text Example
Text Example
White with #1408AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1408AB; }
p { color: rgb(20,8,171); }
H1.HeaderClassName
{
color: #1408AB;
}
.AnyTagClassName
{
color: #1408AB;
}
</style>
background-color css
<style>
a { background-color: #1408AB; }
a { background-color: rgb(20,8,171); }
div.DivClassName
{
background-color: #1408AB;
}
.BgClassName
{
background-color: #1408AB;
}
</style>
border-color css
<style>
span { border-color: #1408AB; }
span { border-color: rgb(20,8,171); }
td.TdClassName
{
border-color: #1408AB;
}
.TagClassName
{
border-color: #1408AB;
}
</style>