Shades of Midnight Blue #140458
Tints of Midnight Blue #140458
RGB
CMYK
RGB Variations
Color information
#140458 (or 0x140458) is known color: Midnight Blue. HEX triplet: 14, 04 and 58. RGB value is (20,4,88). Sum of RGB (Red+Green+Blue) = 20+4+88=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 88 (34.77% from 255 or 78.57% from 112); Max value from RGB is 88 - color contains mainly: blue. Hex color #140458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140458 is #EBFBA7. Grayscale: #121212. Windows color (decimal): -15465384 or 5768212. OLE color: 5768212.
HSL color Cylindrical-coordinate representation of color #140458: hue angle of 251.43º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140458 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 4 | 88 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.65 |
| HSL | 251.43º | 0.91% | 0.18% | - |
| HSV(B) | 251.43º | 0.95% | 0.35% | - |
| XYZ | 2.09 | 0.94 | 9.3 | - |
| YUV | 18.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 4 | 88 | 0.77 | 0.95 | 0 | 0.65 | 251.43 | 0.91 | 0.18 |
| Hex | 14 | 4 | 58 | 4D | 5F | 0 | 41 | FB | 5B | 12 |
| Octal | 24 | 4 | 130 | 115 | 137 | 0 | 101 | 373 | 133 | 22 |
| Binary | 10100 | 100 | 1011000 | 1001101 | 1011111 | 0 | 1000001 | 11111011 | 1011011 | 10010 |
Color Harmonies of #140458
Complementary color
Monochromatic Colors of #140458
Black with #140458
Text Example
Text Example
White with #140458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140458; }
p { color: rgb(20,4,88); }
H1.HeaderClassName
{
color: #140458;
}
.AnyTagClassName
{
color: #140458;
}
</style>
background-color css
<style>
a { background-color: #140458; }
a { background-color: rgb(20,4,88); }
div.DivClassName
{
background-color: #140458;
}
.BgClassName
{
background-color: #140458;
}
</style>
border-color css
<style>
span { border-color: #140458; }
span { border-color: rgb(20,4,88); }
td.TdClassName
{
border-color: #140458;
}
.TagClassName
{
border-color: #140458;
}
</style>