Html Css Color HEX #1C2140 Midnight Express

📋 copy color: '#1C2140'

red 28 ◦ green 33 ◦ blue 64

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

Shades of Midnight Express #1C2140

Tints of Midnight Express #1C2140

RGB

 RED value IS 28 (11.33% from 255) = 22.4%

 GREEN value IS 33 (13.28% from 255) = 26.4%

 BLUE value IS 64 (25.39% from 255) = 51.2%

R = 22.4%
G = 26.4%
B = 51.2%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1C2140 (or 0x1C2140) is known color: Midnight Express. HEX triplet: 1C, 21 and 40. RGB value is (28,33,64). Sum of RGB (Red+Green+Blue) = 28+33+64=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #1C2140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2140 is #E3DEBF. Grayscale: #222222. Windows color (decimal): -14933696 or 4202780. OLE color: 4202780.

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

Color convert

RGB 28 33 64 -
CMYK 0.56 0.48 0 0.75
HSL 231.67º 0.39% 0.18% -
HSV(B) 231.67º 0.56% 0.25% -
XYZ 1.95 1.7 5.08 -
YUV 35.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 28 33 64 0.56 0.48 0 0.75 231.67 0.39 0.18
Hex 1C 21 40 38 30 0 4B E8 27 12
Octal 34 41 100 70 60 0 113 350 47 22
Binary 11100 100001 1000000 111000 110000 0 1001011 11101000 100111 10010

Color Harmonies of #1C2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2140

Black with #1C2140

Text Example


Text Example

White with #1C2140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C2140;
 }
 .AnyTagClassName
 {
   color: #1C2140;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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