Shades of Midnight Express #14233F
Tints of Midnight Express #14233F
RGB
CMYK
RGB Variations
Color information
#14233F (or 0x14233F) is known color: Midnight Express. HEX triplet: 14, 23 and 3F. RGB value is (20,35,63). Sum of RGB (Red+Green+Blue) = 20+35+63=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 63 (25% from 255 or 53.39% from 118); Max value from RGB is 63 - color contains mainly: blue. Hex color #14233F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14233F is #EBDCC0. Grayscale: #212121. Windows color (decimal): -15457473 or 4137748. OLE color: 4137748.
HSL color Cylindrical-coordinate representation of color #14233F: hue angle of 219.07º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14233F is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 35 | 63 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.75 |
| HSL | 219.07º | 0.52% | 0.16% | - |
| HSV(B) | 219.07º | 0.68% | 0.25% | - |
| XYZ | 1.79 | 1.71 | 4.94 | - |
| YUV | 33.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 63 | 0.68 | 0.44 | 0 | 0.75 | 219.07 | 0.52 | 0.16 |
| Hex | 14 | 23 | 3F | 44 | 2C | 0 | 4B | DB | 34 | 10 |
| Octal | 24 | 43 | 77 | 104 | 54 | 0 | 113 | 333 | 64 | 20 |
| Binary | 10100 | 100011 | 111111 | 1000100 | 101100 | 0 | 1001011 | 11011011 | 110100 | 10000 |
Color Harmonies of #14233F
Complementary color
Monochromatic Colors of #14233F
Black with #14233F
Text Example
Text Example
White with #14233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14233F; }
p { color: rgb(20,35,63); }
H1.HeaderClassName
{
color: #14233F;
}
.AnyTagClassName
{
color: #14233F;
}
</style>
background-color css
<style>
a { background-color: #14233F; }
a { background-color: rgb(20,35,63); }
div.DivClassName
{
background-color: #14233F;
}
.BgClassName
{
background-color: #14233F;
}
</style>
border-color css
<style>
span { border-color: #14233F; }
span { border-color: rgb(20,35,63); }
td.TdClassName
{
border-color: #14233F;
}
.TagClassName
{
border-color: #14233F;
}
</style>