Shades of Midnight Blue #140C66
Tints of Midnight Blue #140C66
RGB
CMYK
RGB Variations
Color information
#140C66 (or 0x140C66) is known color: Midnight Blue. HEX triplet: 14, 0C and 66. RGB value is (20,12,102). Sum of RGB (Red+Green+Blue) = 20+12+102=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 102 (40.23% from 255 or 76.12% from 134); Max value from RGB is 102 - color contains mainly: blue. Hex color #140C66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C66 is #EBF399. Grayscale: #181818. Windows color (decimal): -15463322 or 6687764. OLE color: 6687764.
HSL color Cylindrical-coordinate representation of color #140C66: hue angle of 245.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140C66 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 12 | 102 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.6 |
| HSL | 245.33º | 0.79% | 0.22% | - |
| HSV(B) | 245.33º | 0.88% | 0.4% | - |
| XYZ | 2.82 | 1.37 | 12.69 | - |
| YUV | 24.65 | 171.65 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 102 | 0.80 | 0.88 | 0 | 0.6 | 245.33 | 0.79 | 0.22 |
| Hex | 14 | C | 66 | 50 | 58 | 0 | 3C | F5 | 4F | 16 |
| Octal | 24 | 14 | 146 | 120 | 130 | 0 | 74 | 365 | 117 | 26 |
| Binary | 10100 | 1100 | 1100110 | 1010000 | 1011000 | 0 | 111100 | 11110101 | 1001111 | 10110 |
Color Harmonies of #140C66
Complementary color
Monochromatic Colors of #140C66
Black with #140C66
Text Example
Text Example
White with #140C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140C66; }
p { color: rgb(20,12,102); }
H1.HeaderClassName
{
color: #140C66;
}
.AnyTagClassName
{
color: #140C66;
}
</style>
background-color css
<style>
a { background-color: #140C66; }
a { background-color: rgb(20,12,102); }
div.DivClassName
{
background-color: #140C66;
}
.BgClassName
{
background-color: #140C66;
}
</style>
border-color css
<style>
span { border-color: #140C66; }
span { border-color: rgb(20,12,102); }
td.TdClassName
{
border-color: #140C66;
}
.TagClassName
{
border-color: #140C66;
}
</style>