Html Css Color HEX #182840 Midnight

📋 copy color: '#182840'

red 24 ◦ green 40 ◦ blue 64

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

Shades of Midnight #182840

Tints of Midnight #182840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 50%

R = 18.75%
G = 31.25%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#182840 (or 0x182840) is known color: Midnight. HEX triplet: 18, 28 and 40. RGB value is (24,40,64). Sum of RGB (Red+Green+Blue) = 24+40+64=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #182840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182840 is #E7D7BF. Grayscale: #252525. Windows color (decimal): -15194048 or 4204568. OLE color: 4204568.

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

Color convert

RGB 24 40 64 -
CMYK 0.62 0.38 0 0.75
HSL 216º 0.45% 0.17% -
HSV(B) 216º 0.63% 0.25% -
XYZ 2.06 2.08 5.14 -
YUV 37.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 24 40 64 0.62 0.38 0 0.75 216 0.45 0.17
Hex 18 28 40 3E 26 0 4B D8 2D 11
Octal 30 50 100 76 46 0 113 330 55 21
Binary 11000 101000 1000000 111110 100110 0 1001011 11011000 101101 10001

Color Harmonies of #182840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182840

Black with #182840

Text Example


Text Example

White with #182840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182840; }

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

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

background-color css

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

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

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

border-color css

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

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

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