Shades of Midnight Blue #140C74
Tints of Midnight Blue #140C74
RGB
CMYK
RGB Variations
Color information
#140C74 (or 0x140C74) is known color: Midnight Blue. HEX triplet: 14, 0C and 74. RGB value is (20,12,116). Sum of RGB (Red+Green+Blue) = 20+12+116=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 116 (45.70% from 255 or 78.38% from 148); Max value from RGB is 116 - color contains mainly: blue. Hex color #140C74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C74 is #EBF38B. Grayscale: #191919. Windows color (decimal): -15463308 or 7605268. OLE color: 7605268.
HSL color Cylindrical-coordinate representation of color #140C74: hue angle of 244.62º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140C74 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 12 | 116 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.55 |
| HSL | 244.62º | 0.81% | 0.25% | - |
| HSV(B) | 244.62º | 0.9% | 0.45% | - |
| XYZ | 3.57 | 1.67 | 16.66 | - |
| YUV | 26.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 116 | 0.83 | 0.90 | 0 | 0.55 | 244.62 | 0.81 | 0.25 |
| Hex | 14 | C | 74 | 53 | 5A | 0 | 37 | F5 | 51 | 19 |
| Octal | 24 | 14 | 164 | 123 | 132 | 0 | 67 | 365 | 121 | 31 |
| Binary | 10100 | 1100 | 1110100 | 1010011 | 1011010 | 0 | 110111 | 11110101 | 1010001 | 11001 |
Color Harmonies of #140C74
Complementary color
Monochromatic Colors of #140C74
Black with #140C74
Text Example
Text Example
White with #140C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140C74; }
p { color: rgb(20,12,116); }
H1.HeaderClassName
{
color: #140C74;
}
.AnyTagClassName
{
color: #140C74;
}
</style>
background-color css
<style>
a { background-color: #140C74; }
a { background-color: rgb(20,12,116); }
div.DivClassName
{
background-color: #140C74;
}
.BgClassName
{
background-color: #140C74;
}
</style>
border-color css
<style>
span { border-color: #140C74; }
span { border-color: rgb(20,12,116); }
td.TdClassName
{
border-color: #140C74;
}
.TagClassName
{
border-color: #140C74;
}
</style>