Html Css Color HEX #18204A Midnight Express

📋 copy color: '#18204A'

red 24 ◦ green 32 ◦ blue 74

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

Shades of Midnight Express #18204A

Tints of Midnight Express #18204A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 56.92%

R = 18.46%
G = 24.62%
B = 56.92%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18204A (or 0x18204A) is known color: Midnight Express. HEX triplet: 18, 20 and 4A. RGB value is (24,32,74). Sum of RGB (Red+Green+Blue) = 24+32+74=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #18204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18204A is #E7DFB5. Grayscale: #222222. Windows color (decimal): -15196086 or 4857880. OLE color: 4857880.

HSL color Cylindrical-coordinate representation of color #18204A: hue angle of 230.4º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18204A is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 32 74 -
CMYK 0.68 0.57 0 0.71
HSL 230.4º 0.51% 0.19% -
HSV(B) 230.4º 0.68% 0.29% -
XYZ 2.13 1.72 6.7 -
YUV 34.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 24 32 74 0.68 0.57 0 0.71 230.4 0.51 0.19
Hex 18 20 4A 44 39 0 47 E6 33 13
Octal 30 40 112 104 71 0 107 346 63 23
Binary 11000 100000 1001010 1000100 111001 0 1000111 11100110 110011 10011

Color Harmonies of #18204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18204A

Black with #18204A

Text Example


Text Example

White with #18204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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