Shades of Midnight Blue #14287F
Tints of Midnight Blue #14287F
RGB
CMYK
RGB Variations
Color information
#14287F (or 0x14287F) is known color: Midnight Blue. HEX triplet: 14, 28 and 7F. RGB value is (20,40,127). Sum of RGB (Red+Green+Blue) = 20+40+127=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #14287F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14287F is #EBD780. Grayscale: #2B2B2B. Windows color (decimal): -15456129 or 8333332. OLE color: 8333332.
HSL color Cylindrical-coordinate representation of color #14287F: hue angle of 228.79º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14287F is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 40 | 127 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.50 |
| HSL | 228.79º | 0.73% | 0.29% | - |
| HSV(B) | 228.79º | 0.84% | 0.5% | - |
| XYZ | 4.88 | 3.2 | 20.44 | - |
| YUV | 43.94 | 174.87 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 127 | 0.84 | 0.69 | 0 | 0.50 | 228.79 | 0.73 | 0.29 |
| Hex | 14 | 28 | 7F | 54 | 45 | 0 | 32 | E5 | 49 | 1D |
| Octal | 24 | 50 | 177 | 124 | 105 | 0 | 62 | 345 | 111 | 35 |
| Binary | 10100 | 101000 | 1111111 | 1010100 | 1000101 | 0 | 110010 | 11100101 | 1001001 | 11101 |
Color Harmonies of #14287F
Complementary color
Monochromatic Colors of #14287F
Black with #14287F
Text Example
Text Example
White with #14287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14287F; }
p { color: rgb(20,40,127); }
H1.HeaderClassName
{
color: #14287F;
}
.AnyTagClassName
{
color: #14287F;
}
</style>
background-color css
<style>
a { background-color: #14287F; }
a { background-color: rgb(20,40,127); }
div.DivClassName
{
background-color: #14287F;
}
.BgClassName
{
background-color: #14287F;
}
</style>
border-color css
<style>
span { border-color: #14287F; }
span { border-color: rgb(20,40,127); }
td.TdClassName
{
border-color: #14287F;
}
.TagClassName
{
border-color: #14287F;
}
</style>