#1A1A40

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

Shades of Midnight Express #1A1A40

Tints of Midnight Express #1A1A40

Color information

#1A1A40 (or 0x1A1A40) is unknown color: approx Midnight Express. HEX triplet: 1A, 1A and 40. RGB value is (26,26,64). Sum of RGB (Red+Green+Blue) = 26+26+64=116 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.41% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #1A1A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1A40 is #E5E5BF. Grayscale: #1E1E1E. Windows color (decimal): -15066560 or 4200986. OLE color: 4200986.

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

Color convert

RGB262664-
CMYK0.590.5900.75
HSL240º42.22%17.65%-
HSV(B)240º59.38%25.1%-
XYZ1.721.335.02-
YUV30.33147124.91-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.41%
GREEN value IS 26 (10.55% from 255) = 22.41%
BLUE value IS 64 (25.39% from 255) = 55.17%
R=22.41%
G=22.41%
B=55.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2626640.590.5900.7524042.2217.65
Hex1A1A403B3B04Bf02a12
Octal3232100737301133605222
Binary11010110101000000111011111011010010111111000010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1A40; }

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

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

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

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

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

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

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

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