#100E38

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

Shades of Midnight Express #100E38

Tints of Midnight Express #100E38

Color information

#100E38 (or 0x100E38) is unknown color: approx Midnight Express. HEX triplet: 10, 0E and 38. RGB value is (16,14,56). Sum of RGB (Red+Green+Blue) = 16+14+56=86 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.60% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 56 (22.27% from 255 or 65.12% from 86); Max value from RGB is 56 - color contains mainly: blue. Hex color #100E38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E38 is #EFF1C7. Grayscale: #131313. Windows color (decimal): -15725000 or 3673616. OLE color: 3673616.

HSL color Cylindrical-coordinate representation of color #100E38: hue angle of 242.86º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #100E38 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB161456-
CMYK0.710.7500.78
HSL242.86º60%13.73%-
HSV(B)242.86º75%21.96%-
XYZ1.080.713.82-
YUV19.39148.66125.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.60%
GREEN value IS 14 (5.86% from 255) = 16.28%
BLUE value IS 56 (22.27% from 255) = 65.12%
R=18.60%
G=16.28%
B=65.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1614560.710.7500.78242.866013.73
Hex10E38474B04Ef33ce
Octal20167010711301163637416
Binary1000011101110001000111100101101001110111100111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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