#1C293F

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

Shades of Midnight #1C293F

Tints of Midnight #1C293F

Color information

#1C293F (or 0x1C293F) is unknown color: approx Midnight. HEX triplet: 1C, 29 and 3F. RGB value is (28,41,63). Sum of RGB (Red+Green+Blue) = 28+41+63=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C293F is #E3D6C0. Grayscale: #272727. Windows color (decimal): -14931649 or 4139292. OLE color: 4139292.

HSL color Cylindrical-coordinate representation of color #1C293F: hue angle of 217.71º degrees, saturation: 0.38, 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 #1C293F is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB284163-
CMYK0.560.3500.75
HSL217.71º38.46%17.84%-
HSV(B)217.71º55.56%24.71%-
XYZ2.172.195.01-
YUV39.62141.19119.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.21%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 63 (25% from 255) = 47.73%
R=21.21%
G=31.06%
B=47.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2841630.560.3500.75217.7138.4617.84
Hex1C293F382304Bda2612
Octal345177704301133324622
Binary11100101001111111111000100011010010111101101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,41,63); }

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

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

 a { background-color: rgb(28,41,63); }

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

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

 span { border-color: rgb(28,41,63); }

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