Shades of Midnight Blue #14065B
Tints of Midnight Blue #14065B
RGB
CMYK
RGB Variations
Color information
#14065B (or 0x14065B) is known color: Midnight Blue. HEX triplet: 14, 06 and 5B. RGB value is (20,6,91). Sum of RGB (Red+Green+Blue) = 20+6+91=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 91 (35.94% from 255 or 77.78% from 117); Max value from RGB is 91 - color contains mainly: blue. Hex color #14065B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14065B is #EBF9A4. Grayscale: #131313. Windows color (decimal): -15464869 or 5965332. OLE color: 5965332.
HSL color Cylindrical-coordinate representation of color #14065B: hue angle of 249.88º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14065B is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 6 | 91 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.64 |
| HSL | 249.88º | 0.88% | 0.19% | - |
| HSV(B) | 249.88º | 0.93% | 0.36% | - |
| XYZ | 2.24 | 1.03 | 9.98 | - |
| YUV | 19.88 | 168.14 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 91 | 0.78 | 0.93 | 0 | 0.64 | 249.88 | 0.88 | 0.19 |
| Hex | 14 | 6 | 5B | 4E | 5D | 0 | 40 | FA | 58 | 13 |
| Octal | 24 | 6 | 133 | 116 | 135 | 0 | 100 | 372 | 130 | 23 |
| Binary | 10100 | 110 | 1011011 | 1001110 | 1011101 | 0 | 1000000 | 11111010 | 1011000 | 10011 |
Color Harmonies of #14065B
Complementary color
Monochromatic Colors of #14065B
Black with #14065B
Text Example
Text Example
White with #14065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14065B; }
p { color: rgb(20,6,91); }
H1.HeaderClassName
{
color: #14065B;
}
.AnyTagClassName
{
color: #14065B;
}
</style>
background-color css
<style>
a { background-color: #14065B; }
a { background-color: rgb(20,6,91); }
div.DivClassName
{
background-color: #14065B;
}
.BgClassName
{
background-color: #14065B;
}
</style>
border-color css
<style>
span { border-color: #14065B; }
span { border-color: rgb(20,6,91); }
td.TdClassName
{
border-color: #14065B;
}
.TagClassName
{
border-color: #14065B;
}
</style>