#101040

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

Shades of Midnight Express #101040

Tints of Midnight Express #101040

Color information

#101040 (or 0x101040) is unknown color: approx Midnight Express. HEX triplet: 10, 10 and 40. RGB value is (16,16,64). Sum of RGB (Red+Green+Blue) = 16+16+64=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 64 (25.39% from 255 or 66.67% from 96); Max value from RGB is 64 - color contains mainly: blue. Hex color #101040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101040 is #EFEFBF. Grayscale: #151515. Windows color (decimal): -15724480 or 4198416. OLE color: 4198416.

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

Color convert

RGB161664-
CMYK0.750.7500.75
HSL240º60%15.69%-
HSV(B)240º75%25.1%-
XYZ1.320.854.94-
YUV21.47152124.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.67%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 64 (25.39% from 255) = 66.67%
R=16.67%
G=16.67%
B=66.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1616640.750.7500.752406015.69
Hex1010404B4B04Bf03c10
Octal202010011311301133607420
Binary1000010000100000010010111001011010010111111000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101040; }

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

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

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

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

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

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

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

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