#14203D

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

Shades of Midnight Express #14203D

Tints of Midnight Express #14203D

Color information

#14203D (or 0x14203D) is unknown color: approx Midnight Express. HEX triplet: 14, 20 and 3D. RGB value is (20,32,61). Sum of RGB (Red+Green+Blue) = 20+32+61=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #14203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14203D is #EBDFC2. Grayscale: #1F1F1F. Windows color (decimal): -15458243 or 4005908. OLE color: 4005908.

HSL color Cylindrical-coordinate representation of color #14203D: hue angle of 222.44º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14203D is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB203261-
CMYK0.670.4800.76
HSL222.44º50.62%15.88%-
HSV(B)222.44º67.21%23.92%-
XYZ1.651.524.62-
YUV31.72144.52119.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 61 (24.22% from 255) = 53.98%
R=17.70%
G=28.32%
B=53.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2032610.670.4800.76222.4450.6215.88
Hex14203D433004Cde3310
Octal2440751036001143366320
Binary101001000001111011000011110000010011001101111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14203D; }

 p { color: rgb(20,32,61); }

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

<style>
 a { background-color: #14203D; }

 a { background-color: rgb(20,32,61); }

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

<style>
 span { border-color: #14203D; }

 span { border-color: rgb(20,32,61); }

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