#1C2745

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

Shades of Midnight Express #1C2745

Tints of Midnight Express #1C2745

Color information

#1C2745 (or 0x1C2745) is unknown color: approx Midnight Express. HEX triplet: 1C, 27 and 45. RGB value is (28,39,69). Sum of RGB (Red+Green+Blue) = 28+39+69=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #1C2745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2745 is #E3D8BA. Grayscale: #272727. Windows color (decimal): -14932155 or 4531996. OLE color: 4531996.

HSL color Cylindrical-coordinate representation of color #1C2745: hue angle of 223.9º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1C2745 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB283969-
CMYK0.590.4300.73
HSL223.9º42.27%19.02%-
HSV(B)223.9º59.42%27.06%-
XYZ2.282.135.92-
YUV39.13144.86120.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.59%
GREEN value IS 39 (15.62% from 255) = 28.68%
BLUE value IS 69 (27.34% from 255) = 50.74%
R=20.59%
G=28.68%
B=50.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2839690.590.4300.73223.942.2719.02
Hex1C27453B2B049e02a13
Octal3447105735301113405223
Binary111001001111000101111011101011010010011110000010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,39,69); }

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

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

 a { background-color: rgb(28,39,69); }

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

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

 span { border-color: rgb(28,39,69); }

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