Shades of Midnight Blue #141355
Tints of Midnight Blue #141355
RGB
CMYK
RGB Variations
Color information
#141355 (or 0x141355) is known color: Midnight Blue. HEX triplet: 14, 13 and 55. RGB value is (20,19,85). Sum of RGB (Red+Green+Blue) = 20+19+85=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 85 (33.59% from 255 or 68.55% from 124); Max value from RGB is 85 - color contains mainly: blue. Hex color #141355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141355 is #EBECAA. Grayscale: #1A1A1A. Windows color (decimal): -15461547 or 5575444. OLE color: 5575444.
HSL color Cylindrical-coordinate representation of color #141355: hue angle of 240.91º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #141355 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 19 | 85 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.67 |
| HSL | 240.91º | 0.63% | 0.2% | - |
| HSV(B) | 240.91º | 0.78% | 0.33% | - |
| XYZ | 2.16 | 1.27 | 8.73 | - |
| YUV | 26.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 85 | 0.76 | 0.78 | 0 | 0.67 | 240.91 | 0.63 | 0.2 |
| Hex | 14 | 13 | 55 | 4C | 4E | 0 | 43 | F1 | 3F | 14 |
| Octal | 24 | 23 | 125 | 114 | 116 | 0 | 103 | 361 | 77 | 24 |
| Binary | 10100 | 10011 | 1010101 | 1001100 | 1001110 | 0 | 1000011 | 11110001 | 111111 | 10100 |
Color Harmonies of #141355
Complementary color
Monochromatic Colors of #141355
Black with #141355
Text Example
Text Example
White with #141355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141355; }
p { color: rgb(20,19,85); }
H1.HeaderClassName
{
color: #141355;
}
.AnyTagClassName
{
color: #141355;
}
</style>
background-color css
<style>
a { background-color: #141355; }
a { background-color: rgb(20,19,85); }
div.DivClassName
{
background-color: #141355;
}
.BgClassName
{
background-color: #141355;
}
</style>
border-color css
<style>
span { border-color: #141355; }
span { border-color: rgb(20,19,85); }
td.TdClassName
{
border-color: #141355;
}
.TagClassName
{
border-color: #141355;
}
</style>