Html Css Color HEX #182742 Midnight Express

📋 copy color: '#182742'

red 24 ◦ green 39 ◦ blue 66

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

Shades of Midnight Express #182742

Tints of Midnight Express #182742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.23%

 BLUE value IS 66 (26.17% from 255) = 51.16%

R = 18.6%
G = 30.23%
B = 51.16%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#182742 (or 0x182742) is known color: Midnight Express. HEX triplet: 18, 27 and 42. RGB value is (24,39,66). Sum of RGB (Red+Green+Blue) = 24+39+66=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 66 (26.17% from 255 or 51.16% from 129); Max value from RGB is 66 - color contains mainly: blue. Hex color #182742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182742 is #E7D8BD. Grayscale: #252525. Windows color (decimal): -15194302 or 4335384. OLE color: 4335384.

HSL color Cylindrical-coordinate representation of color #182742: hue angle of 218.57º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #182742 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 39 66 -
CMYK 0.64 0.41 0 0.74
HSL 218.57º 0.47% 0.18% -
HSV(B) 218.57º 0.64% 0.26% -
XYZ 2.09 2.04 5.44 -
YUV 37.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 24 39 66 0.64 0.41 0 0.74 218.57 0.47 0.18
Hex 18 27 42 40 29 0 4A DB 2F 12
Octal 30 47 102 100 51 0 112 333 57 22
Binary 11000 100111 1000010 1000000 101001 0 1001010 11011011 101111 10010

Color Harmonies of #182742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182742

Black with #182742

Text Example


Text Example

White with #182742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182742; }

 p { color: rgb(24,39,66); }

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

background-color css

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

 a { background-color: rgb(24,39,66); }

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

border-color css

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

 span { border-color: rgb(24,39,66); }

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