Shades of Midnight Blue #140653
Tints of Midnight Blue #140653
RGB
CMYK
RGB Variations
Color information
#140653 (or 0x140653) is known color: Midnight Blue. HEX triplet: 14, 06 and 53. RGB value is (20,6,83). Sum of RGB (Red+Green+Blue) = 20+6+83=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 83 (32.81% from 255 or 76.15% from 109); Max value from RGB is 83 - color contains mainly: blue. Hex color #140653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140653 is #EBF9AC. Grayscale: #121212. Windows color (decimal): -15464877 or 5441044. OLE color: 5441044.
HSL color Cylindrical-coordinate representation of color #140653: hue angle of 250.91º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140653 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 6 | 83 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.67 |
| HSL | 250.91º | 0.87% | 0.17% | - |
| HSV(B) | 250.91º | 0.93% | 0.33% | - |
| XYZ | 1.91 | 0.9 | 8.26 | - |
| YUV | 18.96 | 164.14 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 83 | 0.76 | 0.93 | 0 | 0.67 | 250.91 | 0.87 | 0.17 |
| Hex | 14 | 6 | 53 | 4C | 5D | 0 | 43 | FB | 57 | 11 |
| Octal | 24 | 6 | 123 | 114 | 135 | 0 | 103 | 373 | 127 | 21 |
| Binary | 10100 | 110 | 1010011 | 1001100 | 1011101 | 0 | 1000011 | 11111011 | 1010111 | 10001 |
Color Harmonies of #140653
Complementary color
Monochromatic Colors of #140653
Black with #140653
Text Example
Text Example
White with #140653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140653; }
p { color: rgb(20,6,83); }
H1.HeaderClassName
{
color: #140653;
}
.AnyTagClassName
{
color: #140653;
}
</style>
background-color css
<style>
a { background-color: #140653; }
a { background-color: rgb(20,6,83); }
div.DivClassName
{
background-color: #140653;
}
.BgClassName
{
background-color: #140653;
}
</style>
border-color css
<style>
span { border-color: #140653; }
span { border-color: rgb(20,6,83); }
td.TdClassName
{
border-color: #140653;
}
.TagClassName
{
border-color: #140653;
}
</style>