#1C2148

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

Shades of Midnight Express #1C2148

Tints of Midnight Express #1C2148

Color information

#1C2148 (or 0x1C2148) is unknown color: approx Midnight Express. HEX triplet: 1C, 21 and 48. RGB value is (28,33,72). Sum of RGB (Red+Green+Blue) = 28+33+72=133 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.05% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C2148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2148 is #E3DEB7. Grayscale: #232323. Windows color (decimal): -14933688 or 4727068. OLE color: 4727068.

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

Color convert

RGB283372-
CMYK0.610.5400.72
HSL233.18º44%19.61%-
HSV(B)233.18º61.11%28.24%-
XYZ2.191.86.36-
YUV35.95148.34122.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.05%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 72 (28.52% from 255) = 54.14%
R=21.05%
G=24.81%
B=54.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2833720.610.5400.72233.184419.61
Hex1C21483D36048e92c14
Octal3441110756601103515424
Binary111001000011001000111101110110010010001110100110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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