Shades of Midnight Blue #14085A
Tints of Midnight Blue #14085A
RGB
CMYK
RGB Variations
Color information
#14085A (or 0x14085A) is known color: Midnight Blue. HEX triplet: 14, 08 and 5A. RGB value is (20,8,90). Sum of RGB (Red+Green+Blue) = 20+8+90=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 90 (35.55% from 255 or 76.27% from 118); Max value from RGB is 90 - color contains mainly: blue. Hex color #14085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14085A is #EBF7A5. Grayscale: #141414. Windows color (decimal): -15464358 or 5900308. OLE color: 5900308.
HSL color Cylindrical-coordinate representation of color #14085A: hue angle of 248.78º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14085A is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 8 | 90 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.65 |
| HSL | 248.78º | 0.84% | 0.19% | - |
| HSV(B) | 248.78º | 0.91% | 0.35% | - |
| XYZ | 2.22 | 1.06 | 9.76 | - |
| YUV | 20.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 90 | 0.78 | 0.91 | 0 | 0.65 | 248.78 | 0.84 | 0.19 |
| Hex | 14 | 8 | 5A | 4E | 5B | 0 | 41 | F9 | 54 | 13 |
| Octal | 24 | 10 | 132 | 116 | 133 | 0 | 101 | 371 | 124 | 23 |
| Binary | 10100 | 1000 | 1011010 | 1001110 | 1011011 | 0 | 1000001 | 11111001 | 1010100 | 10011 |
Color Harmonies of #14085A
Complementary color
Monochromatic Colors of #14085A
Black with #14085A
Text Example
Text Example
White with #14085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14085A; }
p { color: rgb(20,8,90); }
H1.HeaderClassName
{
color: #14085A;
}
.AnyTagClassName
{
color: #14085A;
}
</style>
background-color css
<style>
a { background-color: #14085A; }
a { background-color: rgb(20,8,90); }
div.DivClassName
{
background-color: #14085A;
}
.BgClassName
{
background-color: #14085A;
}
</style>
border-color css
<style>
span { border-color: #14085A; }
span { border-color: rgb(20,8,90); }
td.TdClassName
{
border-color: #14085A;
}
.TagClassName
{
border-color: #14085A;
}
</style>