#14103E

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

Shades of Midnight Express #14103E

Tints of Midnight Express #14103E

Color information

#14103E (or 0x14103E) is unknown color: approx Midnight Express. HEX triplet: 14, 10 and 3E. RGB value is (20,16,62). Sum of RGB (Red+Green+Blue) = 20+16+62=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 62 (24.61% from 255 or 63.27% from 98); Max value from RGB is 62 - color contains mainly: blue. Hex color #14103E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14103E is #EBEFC1. Grayscale: #161616. Windows color (decimal): -15462338 or 4067348. OLE color: 4067348.

HSL color Cylindrical-coordinate representation of color #14103E: hue angle of 245.22º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14103E is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB201662-
CMYK0.680.7400.76
HSL245.22º58.97%15.29%-
HSV(B)245.22º74.19%24.31%-
XYZ1.340.874.65-
YUV22.44150.33126.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 16 (6.64% from 255) = 16.33%
BLUE value IS 62 (24.61% from 255) = 63.27%
R=20.41%
G=16.33%
B=63.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2016620.680.7400.76245.2258.9715.29
Hex14103E444A04Cf53bf
Octal24207610411201143657317
Binary10100100001111101000100100101001001100111101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14103E; }

 p { color: rgb(20,16,62); }

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

<style>
 a { background-color: #14103E; }

 a { background-color: rgb(20,16,62); }

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

<style>
 span { border-color: #14103E; }

 span { border-color: rgb(20,16,62); }

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