#1A1C35

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

Shades of Midnight Express #1A1C35

Tints of Midnight Express #1A1C35

Color information

#1A1C35 (or 0x1A1C35) is unknown color: approx Midnight Express. HEX triplet: 1A, 1C and 35. RGB value is (26,28,53). Sum of RGB (Red+Green+Blue) = 26+28+53=107 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.30% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: blue. Hex color #1A1C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1C35 is #E5E3CA. Grayscale: #1E1E1E. Windows color (decimal): -15066059 or 3480602. OLE color: 3480602.

HSL color Cylindrical-coordinate representation of color #1A1C35: hue angle of 235.56º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A1C35 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB262853-
CMYK0.510.4700.79
HSL235.56º34.18%15.49%-
HSV(B)235.56º50.94%20.78%-
XYZ1.481.313.54-
YUV30.25140.84124.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 24.30%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 53 (21.09% from 255) = 49.53%
R=24.30%
G=26.17%
B=49.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2628530.510.4700.79235.5634.1815.49
Hex1A1C35332F04Fec22f
Octal323465635701173544217
Binary110101110011010111001110111101001111111011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,28,53); }

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

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

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

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

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

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

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