Shades of Midnight Blue #14145B
Tints of Midnight Blue #14145B
RGB
CMYK
RGB Variations
Color information
#14145B (or 0x14145B) is known color: Midnight Blue. HEX triplet: 14, 14 and 5B. RGB value is (20,20,91). Sum of RGB (Red+Green+Blue) = 20+20+91=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 91 (35.94% from 255 or 69.47% from 131); Max value from RGB is 91 - color contains mainly: blue. Hex color #14145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14145B is #EBEBA4. Grayscale: #1B1B1B. Windows color (decimal): -15461285 or 5968916. OLE color: 5968916.
HSL color Cylindrical-coordinate representation of color #14145B: hue angle of 240º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14145B is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 20 | 91 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.64 |
| HSL | 240º | 0.64% | 0.22% | - |
| HSV(B) | 240º | 0.78% | 0.36% | - |
| XYZ | 2.43 | 1.4 | 10.04 | - |
| YUV | 28.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 91 | 0.78 | 0.78 | 0 | 0.64 | 240 | 0.64 | 0.22 |
| Hex | 14 | 14 | 5B | 4E | 4E | 0 | 40 | F0 | 40 | 16 |
| Octal | 24 | 24 | 133 | 116 | 116 | 0 | 100 | 360 | 100 | 26 |
| Binary | 10100 | 10100 | 1011011 | 1001110 | 1001110 | 0 | 1000000 | 11110000 | 1000000 | 10110 |
Color Harmonies of #14145B
Complementary color
Monochromatic Colors of #14145B
Black with #14145B
Text Example
Text Example
White with #14145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14145B; }
p { color: rgb(20,20,91); }
H1.HeaderClassName
{
color: #14145B;
}
.AnyTagClassName
{
color: #14145B;
}
</style>
background-color css
<style>
a { background-color: #14145B; }
a { background-color: rgb(20,20,91); }
div.DivClassName
{
background-color: #14145B;
}
.BgClassName
{
background-color: #14145B;
}
</style>
border-color css
<style>
span { border-color: #14145B; }
span { border-color: rgb(20,20,91); }
td.TdClassName
{
border-color: #14145B;
}
.TagClassName
{
border-color: #14145B;
}
</style>