Html Css Color HEX #1C253C Midnight Express

📋 copy color: '#1C253C'

red 28 ◦ green 37 ◦ blue 60

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

Shades of Midnight Express #1C253C

Tints of Midnight Express #1C253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.6%

 BLUE value IS 60 (23.83% from 255) = 48%

R = 22.4%
G = 29.6%
B = 48%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1C253C (or 0x1C253C) is known color: Midnight Express. HEX triplet: 1C, 25 and 3C. RGB value is (28,37,60). Sum of RGB (Red+Green+Blue) = 28+37+60=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #1C253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C253C is #E3DAC3. Grayscale: #242424. Windows color (decimal): -14932676 or 3941660. OLE color: 3941660.

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

Color convert

RGB 28 37 60 -
CMYK 0.53 0.38 0 0.76
HSL 223.13º 0.36% 0.17% -
HSV(B) 223.13º 0.53% 0.24% -
XYZ 1.96 1.9 4.54 -
YUV 36.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 28 37 60 0.53 0.38 0 0.76 223.13 0.36 0.17
Hex 1C 25 3C 35 26 0 4C DF 24 11
Octal 34 45 74 65 46 0 114 337 44 21
Binary 11100 100101 111100 110101 100110 0 1001100 11011111 100100 10001

Color Harmonies of #1C253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C253C

Black with #1C253C

Text Example


Text Example

White with #1C253C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,37,60); }

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

background-color css

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

 a { background-color: rgb(28,37,60); }

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

border-color css

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

 span { border-color: rgb(28,37,60); }

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