#1C2548

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

Shades of Midnight Express #1C2548

Tints of Midnight Express #1C2548

Color information

#1C2548 (or 0x1C2548) is unknown color: approx Midnight Express. HEX triplet: 1C, 25 and 48. RGB value is (28,37,72). Sum of RGB (Red+Green+Blue) = 28+37+72=137 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.44% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C2548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2548 is #E3DAB7. Grayscale: #262626. Windows color (decimal): -14932664 or 4728092. OLE color: 4728092.

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

Color convert

RGB283772-
CMYK0.610.4900.72
HSL227.73º44%19.61%-
HSV(B)227.73º61.11%28.24%-
XYZ2.312.046.4-
YUV38.3147.02120.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.44%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 72 (28.52% from 255) = 52.55%
R=20.44%
G=27.01%
B=52.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2837720.610.4900.72227.734419.61
Hex1C25483D31048e42c14
Octal3445110756101103445424
Binary111001001011001000111101110001010010001110010010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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