Shades of New Midnight Blue #1408B1
Tints of New Midnight Blue #1408B1
RGB
CMYK
RGB Variations
Color information
#1408B1 (or 0x1408B1) is known color: New Midnight Blue. HEX triplet: 14, 08 and B1. RGB value is (20,8,177). Sum of RGB (Red+Green+Blue) = 20+8+177=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 177 (69.53% from 255 or 86.34% from 205); Max value from RGB is 177 - color contains mainly: blue. Hex color #1408B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1408B1 is #EBF74E. Grayscale: #1E1E1E. Windows color (decimal): -15464271 or 11601940. OLE color: 11601940.
HSL color Cylindrical-coordinate representation of color #1408B1: hue angle of 244.26º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1408B1 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 8 | 177 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.31 |
| HSL | 244.26º | 0.91% | 0.36% | - |
| HSV(B) | 244.26º | 0.95% | 0.69% | - |
| XYZ | 8.31 | 3.5 | 41.83 | - |
| YUV | 30.85 | 210.48 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 177 | 0.89 | 0.95 | 0 | 0.31 | 244.26 | 0.91 | 0.36 |
| Hex | 14 | 8 | B1 | 59 | 5F | 0 | 1F | F4 | 5B | 24 |
| Octal | 24 | 10 | 261 | 131 | 137 | 0 | 37 | 364 | 133 | 44 |
| Binary | 10100 | 1000 | 10110001 | 1011001 | 1011111 | 0 | 11111 | 11110100 | 1011011 | 100100 |
Color Harmonies of #1408B1
Complementary color
Monochromatic Colors of #1408B1
Black with #1408B1
Text Example
Text Example
White with #1408B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1408B1; }
p { color: rgb(20,8,177); }
H1.HeaderClassName
{
color: #1408B1;
}
.AnyTagClassName
{
color: #1408B1;
}
</style>
background-color css
<style>
a { background-color: #1408B1; }
a { background-color: rgb(20,8,177); }
div.DivClassName
{
background-color: #1408B1;
}
.BgClassName
{
background-color: #1408B1;
}
</style>
border-color css
<style>
span { border-color: #1408B1; }
span { border-color: rgb(20,8,177); }
td.TdClassName
{
border-color: #1408B1;
}
.TagClassName
{
border-color: #1408B1;
}
</style>