#14174C

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

Shades of Midnight Express #14174C

Tints of Midnight Express #14174C

Color information

#14174C (or 0x14174C) is unknown color: approx Midnight Express. HEX triplet: 14, 17 and 4C. RGB value is (20,23,76). Sum of RGB (Red+Green+Blue) = 20+23+76=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 76 (30.08% from 255 or 63.87% from 119); Max value from RGB is 76 - color contains mainly: blue. Hex color #14174C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14174C is #EBE8B3. Grayscale: #1B1B1B. Windows color (decimal): -15460532 or 4986644. OLE color: 4986644.

HSL color Cylindrical-coordinate representation of color #14174C: hue angle of 236.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 #14174C is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB202376-
CMYK0.740.7000.70
HSL236.79º58.33%18.82%-
HSV(B)236.79º73.68%29.8%-
XYZ1.91.286.99-
YUV28.14155.01122.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 23 (9.38% from 255) = 19.33%
BLUE value IS 76 (30.08% from 255) = 63.87%
R=16.81%
G=19.33%
B=63.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2023760.740.7000.70236.7958.3318.82
Hex14174C4A46046ed3a13
Octal242711411210601063557223
Binary1010010111100110010010101000110010001101110110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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