Shades of Midnight Blue #14115B
Tints of Midnight Blue #14115B
RGB
CMYK
RGB Variations
Color information
#14115B (or 0x14115B) is known color: Midnight Blue. HEX triplet: 14, 11 and 5B. RGB value is (20,17,91). Sum of RGB (Red+Green+Blue) = 20+17+91=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 91 (35.94% from 255 or 71.09% from 128); Max value from RGB is 91 - color contains mainly: blue. Hex color #14115B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14115B is #EBEEA4. Grayscale: #1A1A1A. Windows color (decimal): -15462053 or 5968148. OLE color: 5968148.
HSL color Cylindrical-coordinate representation of color #14115B: hue angle of 242.43º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14115B is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 17 | 91 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.64 |
| HSL | 242.43º | 0.69% | 0.21% | - |
| HSV(B) | 242.43º | 0.81% | 0.36% | - |
| XYZ | 2.38 | 1.3 | 10.02 | - |
| YUV | 26.33 | 164.49 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 91 | 0.78 | 0.81 | 0 | 0.64 | 242.43 | 0.69 | 0.21 |
| Hex | 14 | 11 | 5B | 4E | 51 | 0 | 40 | F2 | 45 | 15 |
| Octal | 24 | 21 | 133 | 116 | 121 | 0 | 100 | 362 | 105 | 25 |
| Binary | 10100 | 10001 | 1011011 | 1001110 | 1010001 | 0 | 1000000 | 11110010 | 1000101 | 10101 |
Color Harmonies of #14115B
Complementary color
Monochromatic Colors of #14115B
Black with #14115B
Text Example
Text Example
White with #14115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14115B; }
p { color: rgb(20,17,91); }
H1.HeaderClassName
{
color: #14115B;
}
.AnyTagClassName
{
color: #14115B;
}
</style>
background-color css
<style>
a { background-color: #14115B; }
a { background-color: rgb(20,17,91); }
div.DivClassName
{
background-color: #14115B;
}
.BgClassName
{
background-color: #14115B;
}
</style>
border-color css
<style>
span { border-color: #14115B; }
span { border-color: rgb(20,17,91); }
td.TdClassName
{
border-color: #14115B;
}
.TagClassName
{
border-color: #14115B;
}
</style>