Shades of Midnight Blue #14146C
Tints of Midnight Blue #14146C
RGB
CMYK
RGB Variations
Color information
#14146C (or 0x14146C) is known color: Midnight Blue. HEX triplet: 14, 14 and 6C. RGB value is (20,20,108). Sum of RGB (Red+Green+Blue) = 20+20+108=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 108 (42.58% from 255 or 72.97% from 148); Max value from RGB is 108 - color contains mainly: blue. Hex color #14146C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14146C is #EBEB93. Grayscale: #1D1D1D. Windows color (decimal): -15461268 or 7083028. OLE color: 7083028.
HSL color Cylindrical-coordinate representation of color #14146C: hue angle of 240º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14146C is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 20 | 108 | - |
| CMYK | 0.81 | 0.81 | 0 | 0.58 |
| HSL | 240º | 0.69% | 0.25% | - |
| HSV(B) | 240º | 0.81% | 0.42% | - |
| XYZ | 3.25 | 1.73 | 14.35 | - |
| YUV | 30.03 | 172 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 108 | 0.81 | 0.81 | 0 | 0.58 | 240 | 0.69 | 0.25 |
| Hex | 14 | 14 | 6C | 51 | 51 | 0 | 3A | F0 | 45 | 19 |
| Octal | 24 | 24 | 154 | 121 | 121 | 0 | 72 | 360 | 105 | 31 |
| Binary | 10100 | 10100 | 1101100 | 1010001 | 1010001 | 0 | 111010 | 11110000 | 1000101 | 11001 |
Color Harmonies of #14146C
Complementary color
Monochromatic Colors of #14146C
Black with #14146C
Text Example
Text Example
White with #14146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14146C; }
p { color: rgb(20,20,108); }
H1.HeaderClassName
{
color: #14146C;
}
.AnyTagClassName
{
color: #14146C;
}
</style>
background-color css
<style>
a { background-color: #14146C; }
a { background-color: rgb(20,20,108); }
div.DivClassName
{
background-color: #14146C;
}
.BgClassName
{
background-color: #14146C;
}
</style>
border-color css
<style>
span { border-color: #14146C; }
span { border-color: rgb(20,20,108); }
td.TdClassName
{
border-color: #14146C;
}
.TagClassName
{
border-color: #14146C;
}
</style>