Html Css Color HEX #182241 Midnight Express

📋 copy color: '#182241'

red 24 ◦ green 34 ◦ blue 65

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

Shades of Midnight Express #182241

Tints of Midnight Express #182241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 52.85%

R = 19.51%
G = 27.64%
B = 52.85%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#182241 (or 0x182241) is known color: Midnight Express. HEX triplet: 18, 22 and 41. RGB value is (24,34,65). Sum of RGB (Red+Green+Blue) = 24+34+65=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #182241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182241 is #E7DDBE. Grayscale: #222222. Windows color (decimal): -15195583 or 4268568. OLE color: 4268568.

HSL color Cylindrical-coordinate representation of color #182241: hue angle of 225.37º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #182241 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 34 65 -
CMYK 0.63 0.48 0 0.75
HSL 225.37º 0.46% 0.17% -
HSV(B) 225.37º 0.63% 0.25% -
XYZ 1.9 1.72 5.23 -
YUV 34.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 24 34 65 0.63 0.48 0 0.75 225.37 0.46 0.17
Hex 18 22 41 3F 30 0 4B E1 2E 11
Octal 30 42 101 77 60 0 113 341 56 21
Binary 11000 100010 1000001 111111 110000 0 1001011 11100001 101110 10001

Color Harmonies of #182241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182241

Black with #182241

Text Example


Text Example

White with #182241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182241; }

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

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

background-color css

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

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

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

border-color css

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

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

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