Html Css Color HEX #18203C Midnight Express

📋 copy color: '#18203C'

red 24 ◦ green 32 ◦ blue 60

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

Shades of Midnight Express #18203C

Tints of Midnight Express #18203C

RGB

 RED value IS 24 (9.77% from 255) = 20.69%

 GREEN value IS 32 (12.89% from 255) = 27.59%

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

R = 20.69%
G = 27.59%
B = 51.72%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18203C (or 0x18203C) is known color: Midnight Express. HEX triplet: 18, 20 and 3C. RGB value is (24,32,60). Sum of RGB (Red+Green+Blue) = 24+32+60=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #18203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18203C is #E7DFC3. Grayscale: #202020. Windows color (decimal): -15196100 or 3940376. OLE color: 3940376.

HSL color Cylindrical-coordinate representation of color #18203C: hue angle of 226.67º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18203C is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 32 60 -
CMYK 0.60 0.47 0 0.76
HSL 226.67º 0.43% 0.16% -
HSV(B) 226.67º 0.6% 0.24% -
XYZ 1.71 1.55 4.48 -
YUV 32.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 24 32 60 0.60 0.47 0 0.76 226.67 0.43 0.16
Hex 18 20 3C 3C 2F 0 4C E3 2B 10
Octal 30 40 74 74 57 0 114 343 53 20
Binary 11000 100000 111100 111100 101111 0 1001100 11100011 101011 10000

Color Harmonies of #18203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18203C

Black with #18203C

Text Example


Text Example

White with #18203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18203C; }

 p { color: rgb(24,32,60); }

 H1.HeaderClassName
 {
   color: #18203C;
 }
 .AnyTagClassName
 {
   color: #18203C;
 }
</style>

background-color css

<style>
 a { background-color: #18203C; }

 a { background-color: rgb(24,32,60); }

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

border-color css

<style>
 span { border-color: #18203C; }

 span { border-color: rgb(24,32,60); }

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