#1C324D

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

Shades of Midnight #1C324D

Tints of Midnight #1C324D

Color information

#1C324D (or 0x1C324D) is unknown color: approx Midnight. HEX triplet: 1C, 32 and 4D. RGB value is (28,50,77). Sum of RGB (Red+Green+Blue) = 28+50+77=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C324D is #E3CDB2. Grayscale: #2E2E2E. Windows color (decimal): -14929331 or 5059100. OLE color: 5059100.

HSL color Cylindrical-coordinate representation of color #1C324D: hue angle of 213.06º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C324D is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB285077-
CMYK0.640.3500.70
HSL213.06º46.67%20.59%-
HSV(B)213.06º63.64%30.2%-
XYZ2.963.067.46-
YUV46.5145.21114.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.06%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 77 (30.47% from 255) = 49.68%
R=18.06%
G=32.26%
B=49.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2850770.640.3500.70213.0646.6720.59
Hex1C324D4023046d52f15
Octal34621151004301063255725
Binary1110011001010011011000000100011010001101101010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,50,77); }

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

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

 a { background-color: rgb(28,50,77); }

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

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

 span { border-color: rgb(28,50,77); }

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