Shades of Midnight Blue #14085F
Tints of Midnight Blue #14085F
RGB
CMYK
RGB Variations
Color information
#14085F (or 0x14085F) is known color: Midnight Blue. HEX triplet: 14, 08 and 5F. RGB value is (20,8,95). Sum of RGB (Red+Green+Blue) = 20+8+95=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 95 (37.5% from 255 or 77.24% from 123); Max value from RGB is 95 - color contains mainly: blue. Hex color #14085F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14085F is #EBF7A0. Grayscale: #151515. Windows color (decimal): -15464353 or 6227988. OLE color: 6227988.
HSL color Cylindrical-coordinate representation of color #14085F: hue angle of 248.28º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14085F is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 8 | 95 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.63 |
| HSL | 248.28º | 0.84% | 0.2% | - |
| HSV(B) | 248.28º | 0.92% | 0.37% | - |
| XYZ | 2.44 | 1.15 | 10.92 | - |
| YUV | 21.51 | 169.48 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 95 | 0.79 | 0.92 | 0 | 0.63 | 248.28 | 0.84 | 0.2 |
| Hex | 14 | 8 | 5F | 4F | 5C | 0 | 3F | F8 | 54 | 14 |
| Octal | 24 | 10 | 137 | 117 | 134 | 0 | 77 | 370 | 124 | 24 |
| Binary | 10100 | 1000 | 1011111 | 1001111 | 1011100 | 0 | 111111 | 11111000 | 1010100 | 10100 |
Color Harmonies of #14085F
Complementary color
Monochromatic Colors of #14085F
Black with #14085F
Text Example
Text Example
White with #14085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14085F; }
p { color: rgb(20,8,95); }
H1.HeaderClassName
{
color: #14085F;
}
.AnyTagClassName
{
color: #14085F;
}
</style>
background-color css
<style>
a { background-color: #14085F; }
a { background-color: rgb(20,8,95); }
div.DivClassName
{
background-color: #14085F;
}
.BgClassName
{
background-color: #14085F;
}
</style>
border-color css
<style>
span { border-color: #14085F; }
span { border-color: rgb(20,8,95); }
td.TdClassName
{
border-color: #14085F;
}
.TagClassName
{
border-color: #14085F;
}
</style>