#101240

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

Shades of Midnight Express #101240

Tints of Midnight Express #101240

Color information

#101240 (or 0x101240) is unknown color: approx Midnight Express. HEX triplet: 10, 12 and 40. RGB value is (16,18,64). Sum of RGB (Red+Green+Blue) = 16+18+64=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #101240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101240 is #EFEDBF. Grayscale: #161616. Windows color (decimal): -15723968 or 4198928. OLE color: 4198928.

HSL color Cylindrical-coordinate representation of color #101240: hue angle of 237.5º 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 #101240 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB161864-
CMYK0.750.7200.75
HSL237.5º60%15.69%-
HSV(B)237.5º75%25.1%-
XYZ1.360.914.96-
YUV22.65151.34123.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.33%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 64 (25.39% from 255) = 65.31%
R=16.33%
G=18.37%
B=65.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1618640.750.7200.75237.56015.69
Hex1012404B4804Bee3c10
Octal202210011311001133567420
Binary1000010010100000010010111001000010010111110111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101240; }

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

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

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

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

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

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

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

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