Html Css Color HEX #182740 Midnight

📋 copy color: '#182740'

red 24 ◦ green 39 ◦ blue 64

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

Shades of Midnight #182740

Tints of Midnight #182740

RGB

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

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

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

R = 18.9%
G = 30.71%
B = 50.39%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#182740 (or 0x182740) is known color: Midnight. HEX triplet: 18, 27 and 40. RGB value is (24,39,64). Sum of RGB (Red+Green+Blue) = 24+39+64=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #182740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182740 is #E7D8BF. Grayscale: #252525. Windows color (decimal): -15194304 or 4204312. OLE color: 4204312.

HSL color Cylindrical-coordinate representation of color #182740: hue angle of 217.5º 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 #182740 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 39 64 -
CMYK 0.62 0.39 0 0.75
HSL 217.5º 0.45% 0.17% -
HSV(B) 217.5º 0.63% 0.25% -
XYZ 2.03 2.02 5.13 -
YUV 37.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 24 39 64 0.62 0.39 0 0.75 217.5 0.45 0.17
Hex 18 27 40 3E 27 0 4B DA 2D 11
Octal 30 47 100 76 47 0 113 332 55 21
Binary 11000 100111 1000000 111110 100111 0 1001011 11011010 101101 10001

Color Harmonies of #182740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182740

Black with #182740

Text Example


Text Example

White with #182740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182740; }

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

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

background-color css

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

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

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

border-color css

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

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

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