Html Css Color HEX #1C294A Midnight Express

📋 copy color: '#1C294A'

red 28 ◦ green 41 ◦ blue 74

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

Shades of Midnight Express #1C294A

Tints of Midnight Express #1C294A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.67%

 BLUE value IS 74 (29.3% from 255) = 51.75%

R = 19.58%
G = 28.67%
B = 51.75%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1C294A (or 0x1C294A) is known color: Midnight Express. HEX triplet: 1C, 29 and 4A. RGB value is (28,41,74). Sum of RGB (Red+Green+Blue) = 28+41+74=143 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.58% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #1C294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C294A is #E3D6B5. Grayscale: #282828. Windows color (decimal): -14931638 or 4860188. OLE color: 4860188.

HSL color Cylindrical-coordinate representation of color #1C294A: hue angle of 223.04º 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 #1C294A is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 28 41 74 -
CMYK 0.62 0.45 0 0.71
HSL 223.04º 0.45% 0.2% -
HSV(B) 223.04º 0.62% 0.29% -
XYZ 2.51 2.33 6.8 -
YUV 40.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 28 41 74 0.62 0.45 0 0.71 223.04 0.45 0.2
Hex 1C 29 4A 3E 2D 0 47 DF 2D 14
Octal 34 51 112 76 55 0 107 337 55 24
Binary 11100 101001 1001010 111110 101101 0 1000111 11011111 101101 10100

Color Harmonies of #1C294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C294A

Black with #1C294A

Text Example


Text Example

White with #1C294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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