Html Css Color HEX #18204C Midnight Express

📋 copy color: '#18204C'

red 24 ◦ green 32 ◦ blue 76

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

Shades of Midnight Express #18204C

Tints of Midnight Express #18204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 57.58%

R = 18.18%
G = 24.24%
B = 57.58%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18204C (or 0x18204C) is known color: Midnight Express. HEX triplet: 18, 20 and 4C. RGB value is (24,32,76). Sum of RGB (Red+Green+Blue) = 24+32+76=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #18204C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18204C is #E7DFB3. Grayscale: #222222. Windows color (decimal): -15196084 or 4988952. OLE color: 4988952.

HSL color Cylindrical-coordinate representation of color #18204C: hue angle of 230.77º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18204C is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 32 76 -
CMYK 0.68 0.58 0 0.70
HSL 230.77º 0.52% 0.2% -
HSV(B) 230.77º 0.68% 0.3% -
XYZ 2.2 1.75 7.06 -
YUV 34.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 24 32 76 0.68 0.58 0 0.70 230.77 0.52 0.2
Hex 18 20 4C 44 3A 0 46 E7 34 14
Octal 30 40 114 104 72 0 106 347 64 24
Binary 11000 100000 1001100 1000100 111010 0 1000110 11100111 110100 10100

Color Harmonies of #18204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18204C

Black with #18204C

Text Example


Text Example

White with #18204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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