Shades of Midnight Blue #141575
Tints of Midnight Blue #141575
RGB
CMYK
RGB Variations
Color information
#141575 (or 0x141575) is known color: Midnight Blue. HEX triplet: 14, 15 and 75. RGB value is (20,21,117). Sum of RGB (Red+Green+Blue) = 20+21+117=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 117 (46.09% from 255 or 74.05% from 158); Max value from RGB is 117 - color contains mainly: blue. Hex color #141575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141575 is #EBEA8A. Grayscale: #1F1F1F. Windows color (decimal): -15461003 or 7673108. OLE color: 7673108.
HSL color Cylindrical-coordinate representation of color #141575: hue angle of 239.38º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141575 is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 21 | 117 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.54 |
| HSL | 239.38º | 0.71% | 0.27% | - |
| HSV(B) | 239.38º | 0.83% | 0.46% | - |
| XYZ | 3.77 | 1.97 | 17.01 | - |
| YUV | 31.65 | 176.17 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 117 | 0.83 | 0.82 | 0 | 0.54 | 239.38 | 0.71 | 0.27 |
| Hex | 14 | 15 | 75 | 53 | 52 | 0 | 36 | EF | 47 | 1B |
| Octal | 24 | 25 | 165 | 123 | 122 | 0 | 66 | 357 | 107 | 33 |
| Binary | 10100 | 10101 | 1110101 | 1010011 | 1010010 | 0 | 110110 | 11101111 | 1000111 | 11011 |
Color Harmonies of #141575
Complementary color
Monochromatic Colors of #141575
Black with #141575
Text Example
Text Example
White with #141575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141575; }
p { color: rgb(20,21,117); }
H1.HeaderClassName
{
color: #141575;
}
.AnyTagClassName
{
color: #141575;
}
</style>
background-color css
<style>
a { background-color: #141575; }
a { background-color: rgb(20,21,117); }
div.DivClassName
{
background-color: #141575;
}
.BgClassName
{
background-color: #141575;
}
</style>
border-color css
<style>
span { border-color: #141575; }
span { border-color: rgb(20,21,117); }
td.TdClassName
{
border-color: #141575;
}
.TagClassName
{
border-color: #141575;
}
</style>