#100E40

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

Shades of Midnight Express #100E40

Tints of Midnight Express #100E40

Color information

#100E40 (or 0x100E40) is unknown color: approx Midnight Express. HEX triplet: 10, 0E and 40. RGB value is (16,14,64). Sum of RGB (Red+Green+Blue) = 16+14+64=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #100E40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E40 is #EFF1BF. Grayscale: #141414. Windows color (decimal): -15724992 or 4197904. OLE color: 4197904.

HSL color Cylindrical-coordinate representation of color #100E40: hue angle of 242.4º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #100E40 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB161464-
CMYK0.750.7800.75
HSL242.4º64.1%15.29%-
HSV(B)242.4º78.12%25.1%-
XYZ1.30.794.94-
YUV20.3152.66124.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.02%
GREEN value IS 14 (5.86% from 255) = 14.89%
BLUE value IS 64 (25.39% from 255) = 68.09%
R=17.02%
G=14.89%
B=68.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1614640.750.7800.75242.464.115.29
Hex10E404B4E04Bf240f
Octal2016100113116011336210017
Binary100001110100000010010111001110010010111111001010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100E40; }

 p { color: rgb(16,14,64); }

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

<style>
 a { background-color: #100E40; }

 a { background-color: rgb(16,14,64); }

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

<style>
 span { border-color: #100E40; }

 span { border-color: rgb(16,14,64); }

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