Shades of Midnight Blue #14155A
Tints of Midnight Blue #14155A
RGB
CMYK
RGB Variations
Color information
#14155A (or 0x14155A) is known color: Midnight Blue. HEX triplet: 14, 15 and 5A. RGB value is (20,21,90). Sum of RGB (Red+Green+Blue) = 20+21+90=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 90 (35.55% from 255 or 68.70% from 131); Max value from RGB is 90 - color contains mainly: blue. Hex color #14155A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14155A is #EBEAA5. Grayscale: #1C1C1C. Windows color (decimal): -15461030 or 5903636. OLE color: 5903636.
HSL color Cylindrical-coordinate representation of color #14155A: hue angle of 239.14º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14155A is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 21 | 90 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.65 |
| HSL | 239.14º | 0.64% | 0.22% | - |
| HSV(B) | 239.14º | 0.78% | 0.35% | - |
| XYZ | 2.4 | 1.42 | 9.82 | - |
| YUV | 28.57 | 162.67 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 90 | 0.78 | 0.77 | 0 | 0.65 | 239.14 | 0.64 | 0.22 |
| Hex | 14 | 15 | 5A | 4E | 4D | 0 | 41 | EF | 40 | 16 |
| Octal | 24 | 25 | 132 | 116 | 115 | 0 | 101 | 357 | 100 | 26 |
| Binary | 10100 | 10101 | 1011010 | 1001110 | 1001101 | 0 | 1000001 | 11101111 | 1000000 | 10110 |
Color Harmonies of #14155A
Complementary color
Monochromatic Colors of #14155A
Black with #14155A
Text Example
Text Example
White with #14155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14155A; }
p { color: rgb(20,21,90); }
H1.HeaderClassName
{
color: #14155A;
}
.AnyTagClassName
{
color: #14155A;
}
</style>
background-color css
<style>
a { background-color: #14155A; }
a { background-color: rgb(20,21,90); }
div.DivClassName
{
background-color: #14155A;
}
.BgClassName
{
background-color: #14155A;
}
</style>
border-color css
<style>
span { border-color: #14155A; }
span { border-color: rgb(20,21,90); }
td.TdClassName
{
border-color: #14155A;
}
.TagClassName
{
border-color: #14155A;
}
</style>