Html Css Color HEX #182249 Midnight Express

📋 copy color: '#182249'

red 24 ◦ green 34 ◦ blue 73

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

Shades of Midnight Express #182249

Tints of Midnight Express #182249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 55.73%

R = 18.32%
G = 25.95%
B = 55.73%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#182249 (or 0x182249) is known color: Midnight Express. HEX triplet: 18, 22 and 49. RGB value is (24,34,73). Sum of RGB (Red+Green+Blue) = 24+34+73=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #182249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182249 is #E7DDB6. Grayscale: #232323. Windows color (decimal): -15195575 or 4792856. OLE color: 4792856.

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

Color convert

RGB 24 34 73 -
CMYK 0.67 0.53 0 0.71
HSL 227.76º 0.51% 0.19% -
HSV(B) 227.76º 0.67% 0.29% -
XYZ 2.15 1.82 6.54 -
YUV 35.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 24 34 73 0.67 0.53 0 0.71 227.76 0.51 0.19
Hex 18 22 49 43 35 0 47 E4 33 13
Octal 30 42 111 103 65 0 107 344 63 23
Binary 11000 100010 1001001 1000011 110101 0 1000111 11100100 110011 10011

Color Harmonies of #182249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182249

Black with #182249

Text Example


Text Example

White with #182249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182249; }

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

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

background-color css

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

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

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

border-color css

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

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

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