Html Css Color HEX #1C2149 Midnight Express

📋 copy color: '#1C2149'

red 28 ◦ green 33 ◦ blue 73

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

Shades of Midnight Express #1C2149

Tints of Midnight Express #1C2149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 54.48%

R = 20.9%
G = 24.63%
B = 54.48%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1C2149 (or 0x1C2149) is known color: Midnight Express. HEX triplet: 1C, 21 and 49. RGB value is (28,33,73). Sum of RGB (Red+Green+Blue) = 28+33+73=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #1C2149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2149 is #E3DEB6. Grayscale: #232323. Windows color (decimal): -14933687 or 4792604. OLE color: 4792604.

HSL color Cylindrical-coordinate representation of color #1C2149: hue angle of 233.33º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C2149 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 28 33 73 -
CMYK 0.62 0.55 0 0.71
HSL 233.33º 0.45% 0.2% -
HSV(B) 233.33º 0.62% 0.29% -
XYZ 2.23 1.82 6.54 -
YUV 36.07 148.84 122.25 -
System Red Green Blue C M Y K H S L
Decimal 28 33 73 0.62 0.55 0 0.71 233.33 0.45 0.2
Hex 1C 21 49 3E 37 0 47 E9 2D 14
Octal 34 41 111 76 67 0 107 351 55 24
Binary 11100 100001 1001001 111110 110111 0 1000111 11101001 101101 10100

Color Harmonies of #1C2149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2149

Black with #1C2149

Text Example


Text Example

White with #1C2149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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