Html Css Color HEX #18224C Midnight Express

📋 copy color: '#18224C'

red 24 ◦ green 34 ◦ blue 76

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

Shades of Midnight Express #18224C

Tints of Midnight Express #18224C

RGB

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

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

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

R = 17.91%
G = 25.37%
B = 56.72%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18224C (or 0x18224C) is known color: Midnight Express. HEX triplet: 18, 22 and 4C. RGB value is (24,34,76). Sum of RGB (Red+Green+Blue) = 24+34+76=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 76 (30.08% from 255 or 56.72% from 134); Max value from RGB is 76 - color contains mainly: blue. Hex color #18224C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18224C is #E7DDB3. Grayscale: #232323. Windows color (decimal): -15195572 or 4989464. OLE color: 4989464.

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

Color convert

RGB 24 34 76 -
CMYK 0.68 0.55 0 0.70
HSL 228.46º 0.52% 0.2% -
HSV(B) 228.46º 0.68% 0.3% -
XYZ 2.25 1.86 7.08 -
YUV 35.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 24 34 76 0.68 0.55 0 0.70 228.46 0.52 0.2
Hex 18 22 4C 44 37 0 46 E4 34 14
Octal 30 42 114 104 67 0 106 344 64 24
Binary 11000 100010 1001100 1000100 110111 0 1000110 11100100 110100 10100

Color Harmonies of #18224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18224C

Black with #18224C

Text Example


Text Example

White with #18224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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