Shades of Midnight Blue #140061
Tints of Midnight Blue #140061
RGB
CMYK
RGB Variations
Color information
#140061 (or 0x140061) is known color: Midnight Blue. HEX triplet: 14, 00 and 61. RGB value is (20,0,97). Sum of RGB (Red+Green+Blue) = 20+0+97=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 97 (38.28% from 255 or 82.91% from 117); Max value from RGB is 97 - color contains mainly: blue. Hex color #140061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140061 is #EBFF9E. Grayscale: #101010. Windows color (decimal): -15466399 or 6357012. OLE color: 6357012.
HSL color Cylindrical-coordinate representation of color #140061: hue angle of 252.37º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140061 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 0 | 97 | - |
| CMYK | 0.79 | 1 | 0 | 0.62 |
| HSL | 252.37º | 1% | 0.19% | - |
| HSV(B) | 252.37º | 1% | 0.38% | - |
| XYZ | 2.45 | 1.01 | 11.38 | - |
| YUV | 17.04 | 173.13 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 97 | 0.79 | 1 | 0 | 0.62 | 252.37 | 1 | 0.19 |
| Hex | 14 | 0 | 61 | 4F | 64 | 0 | 3E | FC | 64 | 13 |
| Octal | 24 | 0 | 141 | 117 | 144 | 0 | 76 | 374 | 144 | 23 |
| Binary | 10100 | 0 | 1100001 | 1001111 | 1100100 | 0 | 111110 | 11111100 | 1100100 | 10011 |
Color Harmonies of #140061
Complementary color
Monochromatic Colors of #140061
Black with #140061
Text Example
Text Example
White with #140061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140061; }
p { color: rgb(20,0,97); }
H1.HeaderClassName
{
color: #140061;
}
.AnyTagClassName
{
color: #140061;
}
</style>
background-color css
<style>
a { background-color: #140061; }
a { background-color: rgb(20,0,97); }
div.DivClassName
{
background-color: #140061;
}
.BgClassName
{
background-color: #140061;
}
</style>
border-color css
<style>
span { border-color: #140061; }
span { border-color: rgb(20,0,97); }
td.TdClassName
{
border-color: #140061;
}
.TagClassName
{
border-color: #140061;
}
</style>