#14153C

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

Shades of Midnight Express #14153C

Tints of Midnight Express #14153C

Color information

#14153C (or 0x14153C) is unknown color: approx Midnight Express. HEX triplet: 14, 15 and 3C. RGB value is (20,21,60). Sum of RGB (Red+Green+Blue) = 20+21+60=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 60 (23.83% from 255 or 59.41% from 101); Max value from RGB is 60 - color contains mainly: blue. Hex color #14153C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14153C is #EBEAC3. Grayscale: #181818. Windows color (decimal): -15461060 or 3937556. OLE color: 3937556.

HSL color Cylindrical-coordinate representation of color #14153C: hue angle of 238.5º degrees, saturation: 0.5, 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 #14153C is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB202160-
CMYK0.670.6500.76
HSL238.5º50%15.69%-
HSV(B)238.5º66.67%23.53%-
XYZ1.371.014.4-
YUV25.15147.67124.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 60 (23.83% from 255) = 59.41%
R=19.80%
G=20.79%
B=59.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2021600.670.6500.76238.55015.69
Hex14153C434104Cee3210
Octal24257410310101143566220
Binary101001010111110010000111000001010011001110111011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,21,60); }

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

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

 a { background-color: rgb(20,21,60); }

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

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

 span { border-color: rgb(20,21,60); }

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