Shades of Midnight Blue #141061
Tints of Midnight Blue #141061
RGB
CMYK
RGB Variations
Color information
#141061 (or 0x141061) is known color: Midnight Blue. HEX triplet: 14, 10 and 61. RGB value is (20,16,97). Sum of RGB (Red+Green+Blue) = 20+16+97=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #141061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141061 is #EBEF9E. Grayscale: #1A1A1A. Windows color (decimal): -15462303 or 6361108. OLE color: 6361108.
HSL color Cylindrical-coordinate representation of color #141061: hue angle of 242.96º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141061 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 16 | 97 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.62 |
| HSL | 242.96º | 0.72% | 0.22% | - |
| HSV(B) | 242.96º | 0.84% | 0.38% | - |
| XYZ | 2.63 | 1.38 | 11.44 | - |
| YUV | 26.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 97 | 0.79 | 0.84 | 0 | 0.62 | 242.96 | 0.72 | 0.22 |
| Hex | 14 | 10 | 61 | 4F | 54 | 0 | 3E | F3 | 48 | 16 |
| Octal | 24 | 20 | 141 | 117 | 124 | 0 | 76 | 363 | 110 | 26 |
| Binary | 10100 | 10000 | 1100001 | 1001111 | 1010100 | 0 | 111110 | 11110011 | 1001000 | 10110 |
Color Harmonies of #141061
Complementary color
Monochromatic Colors of #141061
Black with #141061
Text Example
Text Example
White with #141061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141061; }
p { color: rgb(20,16,97); }
H1.HeaderClassName
{
color: #141061;
}
.AnyTagClassName
{
color: #141061;
}
</style>
background-color css
<style>
a { background-color: #141061; }
a { background-color: rgb(20,16,97); }
div.DivClassName
{
background-color: #141061;
}
.BgClassName
{
background-color: #141061;
}
</style>
border-color css
<style>
span { border-color: #141061; }
span { border-color: rgb(20,16,97); }
td.TdClassName
{
border-color: #141061;
}
.TagClassName
{
border-color: #141061;
}
</style>