#1C293A

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

Shades of Midnight #1C293A

Tints of Midnight #1C293A

Color information

#1C293A (or 0x1C293A) is unknown color: approx Midnight. HEX triplet: 1C, 29 and 3A. RGB value is (28,41,58). Sum of RGB (Red+Green+Blue) = 28+41+58=127 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.05% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #1C293A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C293A is #E3D6C5. Grayscale: #262626. Windows color (decimal): -14931654 or 3811612. OLE color: 3811612.

HSL color Cylindrical-coordinate representation of color #1C293A: hue angle of 214º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1C293A is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB284158-
CMYK0.520.2900.77
HSL214º34.88%16.86%-
HSV(B)214º51.72%22.75%-
XYZ2.042.144.31-
YUV39.05138.69120.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.05%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 58 (23.05% from 255) = 45.67%
R=22.05%
G=32.28%
B=45.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2841580.520.2900.7721434.8816.86
Hex1C293A341D04Dd62311
Octal345172643501153264321
Binary1110010100111101011010011101010011011101011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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