Shades of Midnight Blue #14025E
Tints of Midnight Blue #14025E
RGB
CMYK
RGB Variations
Color information
#14025E (or 0x14025E) is known color: Midnight Blue. HEX triplet: 14, 02 and 5E. RGB value is (20,2,94). Sum of RGB (Red+Green+Blue) = 20+2+94=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 94 (37.11% from 255 or 81.03% from 116); Max value from RGB is 94 - color contains mainly: blue. Hex color #14025E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14025E is #EBFDA1. Grayscale: #111111. Windows color (decimal): -15465890 or 6160916. OLE color: 6160916.
HSL color Cylindrical-coordinate representation of color #14025E: hue angle of 251.74º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14025E is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 2 | 94 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.63 |
| HSL | 251.74º | 0.96% | 0.19% | - |
| HSV(B) | 251.74º | 0.98% | 0.37% | - |
| XYZ | 2.33 | 1 | 10.66 | - |
| YUV | 17.87 | 170.96 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 94 | 0.79 | 0.98 | 0 | 0.63 | 251.74 | 0.96 | 0.19 |
| Hex | 14 | 2 | 5E | 4F | 62 | 0 | 3F | FC | 60 | 13 |
| Octal | 24 | 2 | 136 | 117 | 142 | 0 | 77 | 374 | 140 | 23 |
| Binary | 10100 | 10 | 1011110 | 1001111 | 1100010 | 0 | 111111 | 11111100 | 1100000 | 10011 |
Color Harmonies of #14025E
Complementary color
Monochromatic Colors of #14025E
Black with #14025E
Text Example
Text Example
White with #14025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14025E; }
p { color: rgb(20,2,94); }
H1.HeaderClassName
{
color: #14025E;
}
.AnyTagClassName
{
color: #14025E;
}
</style>
background-color css
<style>
a { background-color: #14025E; }
a { background-color: rgb(20,2,94); }
div.DivClassName
{
background-color: #14025E;
}
.BgClassName
{
background-color: #14025E;
}
</style>
border-color css
<style>
span { border-color: #14025E; }
span { border-color: rgb(20,2,94); }
td.TdClassName
{
border-color: #14025E;
}
.TagClassName
{
border-color: #14025E;
}
</style>