#14233A

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

Shades of Midnight Express #14233A

Tints of Midnight Express #14233A

Color information

#14233A (or 0x14233A) is unknown color: approx Midnight Express. HEX triplet: 14, 23 and 3A. RGB value is (20,35,58). Sum of RGB (Red+Green+Blue) = 20+35+58=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #14233A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14233A is #EBDCC5. Grayscale: #212121. Windows color (decimal): -15457478 or 3810068. OLE color: 3810068.

HSL color Cylindrical-coordinate representation of color #14233A: hue angle of 216.32º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14233A is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB203558-
CMYK0.660.4000.77
HSL216.32º48.72%15.29%-
HSV(B)216.32º65.52%22.75%-
XYZ1.651.664.24-
YUV33.14142.03118.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 35 (14.06% from 255) = 30.97%
BLUE value IS 58 (23.05% from 255) = 51.33%
R=17.70%
G=30.97%
B=51.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2035580.660.4000.77216.3248.7215.29
Hex14233A422804Dd831f
Octal2443721025001153306117
Binary10100100011111010100001010100001001101110110001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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