Html Css Color HEX #1C2347 Midnight Express

📋 copy color: '#1C2347'

red 28 ◦ green 35 ◦ blue 71

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

Shades of Midnight Express #1C2347

Tints of Midnight Express #1C2347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.12%

 BLUE value IS 71 (28.13% from 255) = 52.99%

R = 20.9%
G = 26.12%
B = 52.99%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1C2347 (or 0x1C2347) is known color: Midnight Express. HEX triplet: 1C, 23 and 47. RGB value is (28,35,71). Sum of RGB (Red+Green+Blue) = 28+35+71=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #1C2347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2347 is #E3DCB8. Grayscale: #242424. Windows color (decimal): -14933177 or 4662044. OLE color: 4662044.

HSL color Cylindrical-coordinate representation of color #1C2347: hue angle of 230.23º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C2347 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 28 35 71 -
CMYK 0.61 0.51 0 0.72
HSL 230.23º 0.43% 0.19% -
HSV(B) 230.23º 0.61% 0.28% -
XYZ 2.22 1.9 6.21 -
YUV 37.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 28 35 71 0.61 0.51 0 0.72 230.23 0.43 0.19
Hex 1C 23 47 3D 33 0 48 E6 2B 13
Octal 34 43 107 75 63 0 110 346 53 23
Binary 11100 100011 1000111 111101 110011 0 1001000 11100110 101011 10011

Color Harmonies of #1C2347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2347

Black with #1C2347

Text Example


Text Example

White with #1C2347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,35,71); }

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

background-color css

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

 a { background-color: rgb(28,35,71); }

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

border-color css

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

 span { border-color: rgb(28,35,71); }

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