Html Css Color HEX #18213F Midnight Express

📋 copy color: '#18213F'

red 24 ◦ green 33 ◦ blue 63

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

Shades of Midnight Express #18213F

Tints of Midnight Express #18213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 52.5%

R = 20%
G = 27.5%
B = 52.5%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#18213F (or 0x18213F) is known color: Midnight Express. HEX triplet: 18, 21 and 3F. RGB value is (24,33,63). Sum of RGB (Red+Green+Blue) = 24+33+63=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 63 (25% from 255 or 52.5% from 120); Max value from RGB is 63 - color contains mainly: blue. Hex color #18213F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18213F is #E7DEC0. Grayscale: #212121. Windows color (decimal): -15195841 or 4137240. OLE color: 4137240.

HSL color Cylindrical-coordinate representation of color #18213F: hue angle of 226.15º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18213F is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 33 63 -
CMYK 0.62 0.48 0 0.75
HSL 226.15º 0.45% 0.17% -
HSV(B) 226.15º 0.62% 0.25% -
XYZ 1.82 1.64 4.92 -
YUV 33.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 24 33 63 0.62 0.48 0 0.75 226.15 0.45 0.17
Hex 18 21 3F 3E 30 0 4B E2 2D 11
Octal 30 41 77 76 60 0 113 342 55 21
Binary 11000 100001 111111 111110 110000 0 1001011 11100010 101101 10001

Color Harmonies of #18213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18213F

Black with #18213F

Text Example


Text Example

White with #18213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18213F; }

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

 H1.HeaderClassName
 {
   color: #18213F;
 }
 .AnyTagClassName
 {
   color: #18213F;
 }
</style>

background-color css

<style>
 a { background-color: #18213F; }

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

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

border-color css

<style>
 span { border-color: #18213F; }

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

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