Html Css Color HEX #1C273D Midnight Express

📋 copy color: '#1C273D'

red 28 ◦ green 39 ◦ blue 61

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

Shades of Midnight Express #1C273D

Tints of Midnight Express #1C273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.47%

 BLUE value IS 61 (24.22% from 255) = 47.66%

R = 21.88%
G = 30.47%
B = 47.66%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1C273D (or 0x1C273D) is known color: Midnight Express. HEX triplet: 1C, 27 and 3D. RGB value is (28,39,61). Sum of RGB (Red+Green+Blue) = 28+39+61=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #1C273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C273D is #E3D8C2. Grayscale: #262626. Windows color (decimal): -14932163 or 4007708. OLE color: 4007708.

HSL color Cylindrical-coordinate representation of color #1C273D: hue angle of 220º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C273D is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 28 39 61 -
CMYK 0.54 0.36 0 0.76
HSL 220º 0.37% 0.17% -
HSV(B) 220º 0.54% 0.24% -
XYZ 2.05 2.03 4.7 -
YUV 38.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 28 39 61 0.54 0.36 0 0.76 220 0.37 0.17
Hex 1C 27 3D 36 24 0 4C DC 25 11
Octal 34 47 75 66 44 0 114 334 45 21
Binary 11100 100111 111101 110110 100100 0 1001100 11011100 100101 10001

Color Harmonies of #1C273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C273D

Black with #1C273D

Text Example


Text Example

White with #1C273D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,39,61); }

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

background-color css

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

 a { background-color: rgb(28,39,61); }

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

border-color css

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

 span { border-color: rgb(28,39,61); }

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