#1C2347

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

Shades of Midnight Express #1C2347

Tints of Midnight Express #1C2347

Color information

#1C2347 (or 0x1C2347) is unknown color: approx Midnight Express. HEX triplet: 1C, 23 and 47. RGB value is (28,35,71). Sum of RGB (Red+Green+Blue) = 28+35+71=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #1C2347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2347 is #E3DCB8. Grayscale: #242424. Windows color (decimal): -14933177 or 4662044. OLE color: 4662044.

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

Color convert

RGB283571-
CMYK0.610.5100.72
HSL230.23º43.43%19.41%-
HSV(B)230.23º60.56%27.84%-
XYZ2.221.96.21-
YUV37.01147.18121.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.90%
GREEN value IS 35 (14.06% from 255) = 26.12%
BLUE value IS 71 (28.12% from 255) = 52.99%
R=20.90%
G=26.12%
B=52.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2835710.610.5100.72230.2343.4319.41
Hex1C23473D33048e62b13
Octal3443107756301103465323
Binary111001000111000111111101110011010010001110011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,35,71); }

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

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

 a { background-color: rgb(28,35,71); }

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

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

 span { border-color: rgb(28,35,71); }

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