Html Css Color HEX #182849 Midnight Express

📋 copy color: '#182849'

red 24 ◦ green 40 ◦ blue 73

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

Shades of Midnight Express #182849

Tints of Midnight Express #182849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.2%

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

R = 17.52%
G = 29.2%
B = 53.28%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#182849 (or 0x182849) is known color: Midnight Express. HEX triplet: 18, 28 and 49. RGB value is (24,40,73). Sum of RGB (Red+Green+Blue) = 24+40+73=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #182849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182849 is #E7D7B6. Grayscale: #262626. Windows color (decimal): -15194039 or 4794392. OLE color: 4794392.

HSL color Cylindrical-coordinate representation of color #182849: hue angle of 220.41º 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 #182849 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 40 73 -
CMYK 0.67 0.45 0 0.71
HSL 220.41º 0.51% 0.19% -
HSV(B) 220.41º 0.67% 0.29% -
XYZ 2.34 2.19 6.6 -
YUV 38.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 24 40 73 0.67 0.45 0 0.71 220.41 0.51 0.19
Hex 18 28 49 43 2D 0 47 DC 33 13
Octal 30 50 111 103 55 0 107 334 63 23
Binary 11000 101000 1001001 1000011 101101 0 1000111 11011100 110011 10011

Color Harmonies of #182849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182849

Black with #182849

Text Example


Text Example

White with #182849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182849; }

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

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

background-color css

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

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

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

border-color css

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

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

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