Html Css Color HEX #182940 Midnight

📋 copy color: '#182940'

red 24 ◦ green 41 ◦ blue 64

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

Shades of Midnight #182940

Tints of Midnight #182940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.78%

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

R = 18.6%
G = 31.78%
B = 49.61%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#182940 (or 0x182940) is known color: Midnight. HEX triplet: 18, 29 and 40. RGB value is (24,41,64). Sum of RGB (Red+Green+Blue) = 24+41+64=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #182940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182940 is #E7D6BF. Grayscale: #262626. Windows color (decimal): -15193792 or 4204824. OLE color: 4204824.

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

Color convert

RGB 24 41 64 -
CMYK 0.62 0.36 0 0.75
HSL 214.5º 0.45% 0.17% -
HSV(B) 214.5º 0.63% 0.25% -
XYZ 2.1 2.15 5.16 -
YUV 38.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 24 41 64 0.62 0.36 0 0.75 214.5 0.45 0.17
Hex 18 29 40 3E 24 0 4B D6 2D 11
Octal 30 51 100 76 44 0 113 326 55 21
Binary 11000 101001 1000000 111110 100100 0 1001011 11010110 101101 10001

Color Harmonies of #182940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182940

Black with #182940

Text Example


Text Example

White with #182940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182940; }

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

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

background-color css

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

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

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

border-color css

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

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

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