Shades of Midnight Blue #140353
Tints of Midnight Blue #140353
RGB
CMYK
RGB Variations
Color information
#140353 (or 0x140353) is known color: Midnight Blue. HEX triplet: 14, 03 and 53. RGB value is (20,3,83). Sum of RGB (Red+Green+Blue) = 20+3+83=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #140353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140353 is #EBFCAC. Grayscale: #101010. Windows color (decimal): -15465645 or 5440276. OLE color: 5440276.
HSL color Cylindrical-coordinate representation of color #140353: hue angle of 252.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140353 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 3 | 83 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.67 |
| HSL | 252.75º | 0.93% | 0.17% | - |
| HSV(B) | 252.75º | 0.96% | 0.33% | - |
| XYZ | 1.88 | 0.84 | 8.25 | - |
| YUV | 17.2 | 165.13 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 83 | 0.76 | 0.96 | 0 | 0.67 | 252.75 | 0.93 | 0.17 |
| Hex | 14 | 3 | 53 | 4C | 60 | 0 | 43 | FD | 5D | 11 |
| Octal | 24 | 3 | 123 | 114 | 140 | 0 | 103 | 375 | 135 | 21 |
| Binary | 10100 | 11 | 1010011 | 1001100 | 1100000 | 0 | 1000011 | 11111101 | 1011101 | 10001 |
Color Harmonies of #140353
Complementary color
Monochromatic Colors of #140353
Black with #140353
Text Example
Text Example
White with #140353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140353; }
p { color: rgb(20,3,83); }
H1.HeaderClassName
{
color: #140353;
}
.AnyTagClassName
{
color: #140353;
}
</style>
background-color css
<style>
a { background-color: #140353; }
a { background-color: rgb(20,3,83); }
div.DivClassName
{
background-color: #140353;
}
.BgClassName
{
background-color: #140353;
}
</style>
border-color css
<style>
span { border-color: #140353; }
span { border-color: rgb(20,3,83); }
td.TdClassName
{
border-color: #140353;
}
.TagClassName
{
border-color: #140353;
}
</style>