#1C213A

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

Shades of Midnight Express #1C213A

Tints of Midnight Express #1C213A

Color information

#1C213A (or 0x1C213A) is unknown color: approx Midnight Express. HEX triplet: 1C, 21 and 3A. RGB value is (28,33,58). Sum of RGB (Red+Green+Blue) = 28+33+58=119 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.53% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #1C213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C213A is #E3DEC5. Grayscale: #222222. Windows color (decimal): -14933702 or 3809564. OLE color: 3809564.

HSL color Cylindrical-coordinate representation of color #1C213A: hue angle of 230º 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 #1C213A is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB283358-
CMYK0.520.4300.77
HSL230º34.88%16.86%-
HSV(B)230º51.72%22.75%-
XYZ1.791.644.23-
YUV34.35141.34123.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.53%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 58 (23.05% from 255) = 48.74%
R=23.53%
G=27.73%
B=48.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2833580.520.4300.7723034.8816.86
Hex1C213A342B04De62311
Octal344172645301153464321
Binary11100100001111010110100101011010011011110011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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