Html Css Color HEX #18214A Midnight Express

📋 copy color: '#18214A'

red 24 ◦ green 33 ◦ blue 74

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

Shades of Midnight Express #18214A

Tints of Midnight Express #18214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.19%

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

R = 18.32%
G = 25.19%
B = 56.49%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18214A (or 0x18214A) is known color: Midnight Express. HEX triplet: 18, 21 and 4A. RGB value is (24,33,74). Sum of RGB (Red+Green+Blue) = 24+33+74=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #18214A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18214A is #E7DEB5. Grayscale: #222222. Windows color (decimal): -15195830 or 4858136. OLE color: 4858136.

HSL color Cylindrical-coordinate representation of color #18214A: hue angle of 229.2º 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 #18214A is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 33 74 -
CMYK 0.68 0.55 0 0.71
HSL 229.2º 0.51% 0.19% -
HSV(B) 229.2º 0.68% 0.29% -
XYZ 2.16 1.78 6.71 -
YUV 34.98 150.02 120.17 -
System Red Green Blue C M Y K H S L
Decimal 24 33 74 0.68 0.55 0 0.71 229.2 0.51 0.19
Hex 18 21 4A 44 37 0 47 E5 33 13
Octal 30 41 112 104 67 0 107 345 63 23
Binary 11000 100001 1001010 1000100 110111 0 1000111 11100101 110011 10011

Color Harmonies of #18214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18214A

Black with #18214A

Text Example


Text Example

White with #18214A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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