Shades of Midnight Blue #140C76
Tints of Midnight Blue #140C76
RGB
CMYK
RGB Variations
Color information
#140C76 (or 0x140C76) is known color: Midnight Blue. HEX triplet: 14, 0C and 76. RGB value is (20,12,118). Sum of RGB (Red+Green+Blue) = 20+12+118=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 118 (46.48% from 255 or 78.67% from 150); Max value from RGB is 118 - color contains mainly: blue. Hex color #140C76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C76 is #EBF389. Grayscale: #1A1A1A. Windows color (decimal): -15463306 or 7736340. OLE color: 7736340.
HSL color Cylindrical-coordinate representation of color #140C76: hue angle of 244.53º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140C76 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 12 | 118 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.54 |
| HSL | 244.53º | 0.82% | 0.25% | - |
| HSV(B) | 244.53º | 0.9% | 0.46% | - |
| XYZ | 3.69 | 1.72 | 17.28 | - |
| YUV | 26.48 | 179.65 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 118 | 0.83 | 0.90 | 0 | 0.54 | 244.53 | 0.82 | 0.25 |
| Hex | 14 | C | 76 | 53 | 5A | 0 | 36 | F5 | 52 | 19 |
| Octal | 24 | 14 | 166 | 123 | 132 | 0 | 66 | 365 | 122 | 31 |
| Binary | 10100 | 1100 | 1110110 | 1010011 | 1011010 | 0 | 110110 | 11110101 | 1010010 | 11001 |
Color Harmonies of #140C76
Complementary color
Monochromatic Colors of #140C76
Black with #140C76
Text Example
Text Example
White with #140C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140C76; }
p { color: rgb(20,12,118); }
H1.HeaderClassName
{
color: #140C76;
}
.AnyTagClassName
{
color: #140C76;
}
</style>
background-color css
<style>
a { background-color: #140C76; }
a { background-color: rgb(20,12,118); }
div.DivClassName
{
background-color: #140C76;
}
.BgClassName
{
background-color: #140C76;
}
</style>
border-color css
<style>
span { border-color: #140C76; }
span { border-color: rgb(20,12,118); }
td.TdClassName
{
border-color: #140C76;
}
.TagClassName
{
border-color: #140C76;
}
</style>