Shades of Midnight Blue #14127F
Tints of Midnight Blue #14127F
RGB
CMYK
RGB Variations
Color information
#14127F (or 0x14127F) is known color: Midnight Blue. HEX triplet: 14, 12 and 7F. RGB value is (20,18,127). Sum of RGB (Red+Green+Blue) = 20+18+127=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 127 (50% from 255 or 76.97% from 165); Max value from RGB is 127 - color contains mainly: blue. Hex color #14127F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14127F is #EBED80. Grayscale: #1E1E1E. Windows color (decimal): -15461761 or 8327700. OLE color: 8327700.
HSL color Cylindrical-coordinate representation of color #14127F: hue angle of 241.1º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14127F is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 18 | 127 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.50 |
| HSL | 241.1º | 0.75% | 0.28% | - |
| HSV(B) | 241.1º | 0.86% | 0.5% | - |
| XYZ | 4.34 | 2.11 | 20.26 | - |
| YUV | 31.02 | 182.16 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 127 | 0.84 | 0.86 | 0 | 0.50 | 241.1 | 0.75 | 0.28 |
| Hex | 14 | 12 | 7F | 54 | 56 | 0 | 32 | F1 | 4B | 1C |
| Octal | 24 | 22 | 177 | 124 | 126 | 0 | 62 | 361 | 113 | 34 |
| Binary | 10100 | 10010 | 1111111 | 1010100 | 1010110 | 0 | 110010 | 11110001 | 1001011 | 11100 |
Color Harmonies of #14127F
Complementary color
Monochromatic Colors of #14127F
Black with #14127F
Text Example
Text Example
White with #14127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14127F; }
p { color: rgb(20,18,127); }
H1.HeaderClassName
{
color: #14127F;
}
.AnyTagClassName
{
color: #14127F;
}
</style>
background-color css
<style>
a { background-color: #14127F; }
a { background-color: rgb(20,18,127); }
div.DivClassName
{
background-color: #14127F;
}
.BgClassName
{
background-color: #14127F;
}
</style>
border-color css
<style>
span { border-color: #14127F; }
span { border-color: rgb(20,18,127); }
td.TdClassName
{
border-color: #14127F;
}
.TagClassName
{
border-color: #14127F;
}
</style>