Html Css Color HEX #182149 Midnight Express

📋 copy color: '#182149'

red 24 ◦ green 33 ◦ blue 73

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

Shades of Midnight Express #182149

Tints of Midnight Express #182149

RGB

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

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

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

R = 18.46%
G = 25.38%
B = 56.15%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#182149 (or 0x182149) is known color: Midnight Express. HEX triplet: 18, 21 and 49. RGB value is (24,33,73). Sum of RGB (Red+Green+Blue) = 24+33+73=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #182149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182149 is #E7DEB6. Grayscale: #222222. Windows color (decimal): -15195831 or 4792600. OLE color: 4792600.

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

Color convert

RGB 24 33 73 -
CMYK 0.67 0.55 0 0.71
HSL 228.98º 0.51% 0.19% -
HSV(B) 228.98º 0.67% 0.29% -
XYZ 2.12 1.76 6.53 -
YUV 34.87 149.52 120.25 -
System Red Green Blue C M Y K H S L
Decimal 24 33 73 0.67 0.55 0 0.71 228.98 0.51 0.19
Hex 18 21 49 43 37 0 47 E5 33 13
Octal 30 41 111 103 67 0 107 345 63 23
Binary 11000 100001 1001001 1000011 110111 0 1000111 11100101 110011 10011

Color Harmonies of #182149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182149

Black with #182149

Text Example


Text Example

White with #182149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182149; }

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

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

background-color css

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

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

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

border-color css

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

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

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