#1C2240

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

Shades of Midnight Express #1C2240

Tints of Midnight Express #1C2240

Color information

#1C2240 (or 0x1C2240) is unknown color: approx Midnight Express. HEX triplet: 1C, 22 and 40. RGB value is (28,34,64). Sum of RGB (Red+Green+Blue) = 28+34+64=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #1C2240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2240 is #E3DDBF. Grayscale: #232323. Windows color (decimal): -14933440 or 4203036. OLE color: 4203036.

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

Color convert

RGB283464-
CMYK0.560.4700.75
HSL230º39.13%18.04%-
HSV(B)230º56.25%25.1%-
XYZ1.981.765.09-
YUV35.63144.01122.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.22%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 64 (25.39% from 255) = 50.79%
R=22.22%
G=26.98%
B=50.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2834640.560.4700.7523039.1318.04
Hex1C2240382F04Be62712
Octal3442100705701133464722
Binary111001000101000000111000101111010010111110011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,34,64); }

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

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

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

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

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

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

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