Html Css Color HEX #1C213A Midnight Express

📋 copy color: '#1C213A'

red 28 ◦ green 33 ◦ blue 58

#1C213A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #1C213A

Tints of Midnight Express #1C213A

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 value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1C213A (or 0x1C213A) is known color: 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

RGB 28 33 58 -
CMYK 0.52 0.43 0 0.77
HSL 230º 0.35% 0.17% -
HSV(B) 230º 0.52% 0.23% -
XYZ 1.79 1.64 4.23 -
YUV 34.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 28 33 58 0.52 0.43 0 0.77 230 0.35 0.17
Hex 1C 21 3A 34 2B 0 4D E6 23 11
Octal 34 41 72 64 53 0 115 346 43 21
Binary 11100 100001 111010 110100 101011 0 1001101 11100110 100011 10001

Color Harmonies of #1C213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C213A

Black with #1C213A

Text Example


Text Example

White with #1C213A

Text Example


Text Example

HTML Codes & Css Web 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>