#14254C

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

Shades of Midnight Express #14254C

Tints of Midnight Express #14254C

Color information

#14254C (or 0x14254C) is unknown color: approx Midnight Express. HEX triplet: 14, 25 and 4C. RGB value is (20,37,76). Sum of RGB (Red+Green+Blue) = 20+37+76=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #14254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14254C is #EBDAB3. Grayscale: #242424. Windows color (decimal): -15456948 or 4990228. OLE color: 4990228.

HSL color Cylindrical-coordinate representation of color #14254C: hue angle of 221.79º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14254C is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB203776-
CMYK0.740.5100.70
HSL221.79º58.33%18.82%-
HSV(B)221.79º73.68%29.8%-
XYZ2.251.997.1-
YUV36.36150.37116.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 76 (30.08% from 255) = 57.14%
R=15.04%
G=27.82%
B=57.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2037760.740.5100.70221.7958.3318.82
Hex14254C4A33046de3a13
Octal24451141126301063367223
Binary1010010010110011001001010110011010001101101111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14254C; }

 p { color: rgb(20,37,76); }

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

<style>
 a { background-color: #14254C; }

 a { background-color: rgb(20,37,76); }

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

<style>
 span { border-color: #14254C; }

 span { border-color: rgb(20,37,76); }

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