Shades of Midnight Blue #14105D
Tints of Midnight Blue #14105D
RGB
CMYK
RGB Variations
Color information
#14105D (or 0x14105D) is known color: Midnight Blue. HEX triplet: 14, 10 and 5D. RGB value is (20,16,93). Sum of RGB (Red+Green+Blue) = 20+16+93=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #14105D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14105D is #EBEFA2. Grayscale: #191919. Windows color (decimal): -15462307 or 6098964. OLE color: 6098964.
HSL color Cylindrical-coordinate representation of color #14105D: hue angle of 243.12º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14105D is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 16 | 93 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.64 |
| HSL | 243.12º | 0.71% | 0.21% | - |
| HSV(B) | 243.12º | 0.83% | 0.36% | - |
| XYZ | 2.45 | 1.31 | 10.48 | - |
| YUV | 25.97 | 165.83 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 93 | 0.78 | 0.83 | 0 | 0.64 | 243.12 | 0.71 | 0.21 |
| Hex | 14 | 10 | 5D | 4E | 53 | 0 | 40 | F3 | 47 | 15 |
| Octal | 24 | 20 | 135 | 116 | 123 | 0 | 100 | 363 | 107 | 25 |
| Binary | 10100 | 10000 | 1011101 | 1001110 | 1010011 | 0 | 1000000 | 11110011 | 1000111 | 10101 |
Color Harmonies of #14105D
Complementary color
Monochromatic Colors of #14105D
Black with #14105D
Text Example
Text Example
White with #14105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14105D; }
p { color: rgb(20,16,93); }
H1.HeaderClassName
{
color: #14105D;
}
.AnyTagClassName
{
color: #14105D;
}
</style>
background-color css
<style>
a { background-color: #14105D; }
a { background-color: rgb(20,16,93); }
div.DivClassName
{
background-color: #14105D;
}
.BgClassName
{
background-color: #14105D;
}
</style>
border-color css
<style>
span { border-color: #14105D; }
span { border-color: rgb(20,16,93); }
td.TdClassName
{
border-color: #14105D;
}
.TagClassName
{
border-color: #14105D;
}
</style>