#14243F

Color #14243F Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #14243F

Tints of Midnight Express #14243F

Color information

#14243F (or 0x14243F) is unknown color: approx Midnight Express. HEX triplet: 14, 24 and 3F. RGB value is (20,36,63). Sum of RGB (Red+Green+Blue) = 20+36+63=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #14243F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14243F is #EBDBC0. Grayscale: #222222. Windows color (decimal): -15457217 or 4138004. OLE color: 4138004.

HSL color Cylindrical-coordinate representation of color #14243F: hue angle of 217.67º 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 #14243F is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB203663-
CMYK0.680.4300.75
HSL217.67º51.81%16.27%-
HSV(B)217.67º68.25%24.71%-
XYZ1.821.774.95-
YUV34.29144.2117.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 63 (25% from 255) = 52.94%
R=16.81%
G=30.25%
B=52.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2036630.680.4300.75217.6751.8116.27
Hex14243F442B04Bda3410
Octal2444771045301133326420
Binary101001001001111111000100101011010010111101101011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14243F; }

 p { color: rgb(20,36,63); }

 H1.HeaderClassName
 {
   color: #14243F;
 }
 .AnyTagClassName
 {
   color: #14243F;
 }
</style>
background-color css

<style>
 a { background-color: #14243F; }

 a { background-color: rgb(20,36,63); }

 div.DivClassName
 {
   background-color: #14243F;
 }
 .BgClassName
 {
   background-color: #14243F;
 }
</style>
border-color css

<style>
 span { border-color: #14243F; }

 span { border-color: rgb(20,36,63); }

 td.TdClassName
 {
   border-color: #14243F;
 }
 .TagClassName
 {
   border-color: #14243F;
 }
</style>