Shades of Midnight Blue #140453
Tints of Midnight Blue #140453
RGB
CMYK
RGB Variations
Color information
#140453 (or 0x140453) is known color: Midnight Blue. HEX triplet: 14, 04 and 53. RGB value is (20,4,83). Sum of RGB (Red+Green+Blue) = 20+4+83=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 83 (32.81% from 255 or 77.57% from 107); Max value from RGB is 83 - color contains mainly: blue. Hex color #140453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140453 is #EBFBAC. Grayscale: #111111. Windows color (decimal): -15465389 or 5440532. OLE color: 5440532.
HSL color Cylindrical-coordinate representation of color #140453: hue angle of 252.15º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140453 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 4 | 83 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.67 |
| HSL | 252.15º | 0.91% | 0.17% | - |
| HSV(B) | 252.15º | 0.95% | 0.33% | - |
| XYZ | 1.89 | 0.86 | 8.25 | - |
| YUV | 17.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 4 | 83 | 0.76 | 0.95 | 0 | 0.67 | 252.15 | 0.91 | 0.17 |
| Hex | 14 | 4 | 53 | 4C | 5F | 0 | 43 | FC | 5B | 11 |
| Octal | 24 | 4 | 123 | 114 | 137 | 0 | 103 | 374 | 133 | 21 |
| Binary | 10100 | 100 | 1010011 | 1001100 | 1011111 | 0 | 1000011 | 11111100 | 1011011 | 10001 |
Color Harmonies of #140453
Complementary color
Monochromatic Colors of #140453
Black with #140453
Text Example
Text Example
White with #140453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140453; }
p { color: rgb(20,4,83); }
H1.HeaderClassName
{
color: #140453;
}
.AnyTagClassName
{
color: #140453;
}
</style>
background-color css
<style>
a { background-color: #140453; }
a { background-color: rgb(20,4,83); }
div.DivClassName
{
background-color: #140453;
}
.BgClassName
{
background-color: #140453;
}
</style>
border-color css
<style>
span { border-color: #140453; }
span { border-color: rgb(20,4,83); }
td.TdClassName
{
border-color: #140453;
}
.TagClassName
{
border-color: #140453;
}
</style>