Html Css Color HEX #1C253A Midnight Express

📋 copy color: '#1C253A'

red 28 ◦ green 37 ◦ blue 58

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

Shades of Midnight Express #1C253A

Tints of Midnight Express #1C253A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 47.15%

R = 22.76%
G = 30.08%
B = 47.15%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1C253A (or 0x1C253A) is known color: Midnight Express. HEX triplet: 1C, 25 and 3A. RGB value is (28,37,58). Sum of RGB (Red+Green+Blue) = 28+37+58=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 58 - color contains mainly: blue. Hex color #1C253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C253A is #E3DAC5. Grayscale: #242424. Windows color (decimal): -14932678 or 3810588. OLE color: 3810588.

HSL color Cylindrical-coordinate representation of color #1C253A: hue angle of 222º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1C253A is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 28 37 58 -
CMYK 0.52 0.36 0 0.77
HSL 222º 0.35% 0.17% -
HSV(B) 222º 0.52% 0.23% -
XYZ 1.9 1.88 4.26 -
YUV 36.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 28 37 58 0.52 0.36 0 0.77 222 0.35 0.17
Hex 1C 25 3A 34 24 0 4D DE 23 11
Octal 34 45 72 64 44 0 115 336 43 21
Binary 11100 100101 111010 110100 100100 0 1001101 11011110 100011 10001

Color Harmonies of #1C253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C253A

Black with #1C253A

Text Example


Text Example

White with #1C253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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