#14233D

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

Shades of Midnight Express #14233D

Tints of Midnight Express #14233D

Color information

#14233D (or 0x14233D) is unknown color: approx Midnight Express. HEX triplet: 14, 23 and 3D. RGB value is (20,35,61). Sum of RGB (Red+Green+Blue) = 20+35+61=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #14233D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14233D is #EBDCC2. Grayscale: #212121. Windows color (decimal): -15457475 or 4006676. OLE color: 4006676.

HSL color Cylindrical-coordinate representation of color #14233D: hue angle of 218.05º 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 #14233D is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB203561-
CMYK0.670.4300.76
HSL218.05º50.62%15.88%-
HSV(B)218.05º67.21%23.92%-
XYZ1.731.694.65-
YUV33.48143.53118.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 61 (24.22% from 255) = 52.59%
R=17.24%
G=30.17%
B=52.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2035610.670.4300.76218.0550.6215.88
Hex14233D432B04Cda3310
Octal2443751035301143326320
Binary101001000111111011000011101011010011001101101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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