Shades of Midnight Blue #140C63
Tints of Midnight Blue #140C63
RGB
CMYK
RGB Variations
Color information
#140C63 (or 0x140C63) is known color: Midnight Blue. HEX triplet: 14, 0C and 63. RGB value is (20,12,99). Sum of RGB (Red+Green+Blue) = 20+12+99=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #140C63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C63 is #EBF39C. Grayscale: #171717. Windows color (decimal): -15463325 or 6491156. OLE color: 6491156.
HSL color Cylindrical-coordinate representation of color #140C63: hue angle of 245.52º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140C63 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 12 | 99 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.61 |
| HSL | 245.52º | 0.78% | 0.22% | - |
| HSV(B) | 245.52º | 0.88% | 0.39% | - |
| XYZ | 2.67 | 1.31 | 11.92 | - |
| YUV | 24.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 99 | 0.80 | 0.88 | 0 | 0.61 | 245.52 | 0.78 | 0.22 |
| Hex | 14 | C | 63 | 50 | 58 | 0 | 3D | F6 | 4E | 16 |
| Octal | 24 | 14 | 143 | 120 | 130 | 0 | 75 | 366 | 116 | 26 |
| Binary | 10100 | 1100 | 1100011 | 1010000 | 1011000 | 0 | 111101 | 11110110 | 1001110 | 10110 |
Color Harmonies of #140C63
Complementary color
Monochromatic Colors of #140C63
Black with #140C63
Text Example
Text Example
White with #140C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140C63; }
p { color: rgb(20,12,99); }
H1.HeaderClassName
{
color: #140C63;
}
.AnyTagClassName
{
color: #140C63;
}
</style>
background-color css
<style>
a { background-color: #140C63; }
a { background-color: rgb(20,12,99); }
div.DivClassName
{
background-color: #140C63;
}
.BgClassName
{
background-color: #140C63;
}
</style>
border-color css
<style>
span { border-color: #140C63; }
span { border-color: rgb(20,12,99); }
td.TdClassName
{
border-color: #140C63;
}
.TagClassName
{
border-color: #140C63;
}
</style>