#14233F

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

Shades of Midnight Express #14233F

Tints of Midnight Express #14233F

Color information

#14233F (or 0x14233F) is unknown color: approx 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

RGB203563-
CMYK0.680.4400.75
HSL219.07º51.81%16.27%-
HSV(B)219.07º68.25%24.71%-
XYZ1.791.714.94-
YUV33.71144.53118.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 35 (14.06% from 255) = 29.66%
BLUE value IS 63 (25% from 255) = 53.39%
R=16.95%
G=29.66%
B=53.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2035630.680.4400.75219.0751.8116.27
Hex14233F442C04Bdb3410
Octal2443771045401133336420
Binary101001000111111111000100101100010010111101101111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>