Html Css Color HEX #18223F Midnight Express

📋 copy color: '#18223F'

red 24 ◦ green 34 ◦ blue 63

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

Shades of Midnight Express #18223F

Tints of Midnight Express #18223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.1%

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

R = 19.83%
G = 28.1%
B = 52.07%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#18223F (or 0x18223F) is known color: Midnight Express. HEX triplet: 18, 22 and 3F. RGB value is (24,34,63). Sum of RGB (Red+Green+Blue) = 24+34+63=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #18223F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18223F is #E7DDC0. Grayscale: #222222. Windows color (decimal): -15195585 or 4137496. OLE color: 4137496.

HSL color Cylindrical-coordinate representation of color #18223F: hue angle of 224.62º 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 #18223F is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 34 63 -
CMYK 0.62 0.46 0 0.75
HSL 224.62º 0.45% 0.17% -
HSV(B) 224.62º 0.62% 0.25% -
XYZ 1.85 1.7 4.93 -
YUV 34.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 24 34 63 0.62 0.46 0 0.75 224.62 0.45 0.17
Hex 18 22 3F 3E 2E 0 4B E1 2D 11
Octal 30 42 77 76 56 0 113 341 55 21
Binary 11000 100010 111111 111110 101110 0 1001011 11100001 101101 10001

Color Harmonies of #18223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18223F

Black with #18223F

Text Example


Text Example

White with #18223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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