#1A2548

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

Shades of Midnight Express #1A2548

Tints of Midnight Express #1A2548

Color information

#1A2548 (or 0x1A2548) is unknown color: approx Midnight Express. HEX triplet: 1A, 25 and 48. RGB value is (26,37,72). Sum of RGB (Red+Green+Blue) = 26+37+72=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #1A2548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2548 is #E5DAB7. Grayscale: #252525. Windows color (decimal): -15063736 or 4728090. OLE color: 4728090.

HSL color Cylindrical-coordinate representation of color #1A2548: hue angle of 225.65º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A2548 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB263772-
CMYK0.640.4900.72
HSL225.65º46.94%19.22%-
HSV(B)225.65º63.89%28.24%-
XYZ2.262.016.4-
YUV37.7147.36119.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.26%
GREEN value IS 37 (14.84% from 255) = 27.41%
BLUE value IS 72 (28.52% from 255) = 53.33%
R=19.26%
G=27.41%
B=53.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2637720.640.4900.72225.6546.9419.22
Hex1A25484031048e22f13
Octal32451101006101103425723
Binary1101010010110010001000000110001010010001110001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,37,72); }

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

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

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

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

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

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

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