#182A40

Color #182A40 Midnight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight #182A40

Tints of Midnight #182A40

Color information

#182A40 (or 0x182A40) is unknown color: approx Midnight. HEX triplet: 18, 2A and 40. RGB value is (24,42,64). Sum of RGB (Red+Green+Blue) = 24+42+64=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #182A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A40 is #E7D5BF. Grayscale: #272727. Windows color (decimal): -15193536 or 4205080. OLE color: 4205080.

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

Color convert

RGB244264-
CMYK0.620.3400.75
HSL213º45.45%17.25%-
HSV(B)213º62.5%25.1%-
XYZ2.132.225.17-
YUV39.13142.04117.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 64 (25.39% from 255) = 49.23%
R=18.46%
G=32.31%
B=49.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2442640.620.3400.7521345.4517.25
Hex182A403E2204Bd52d11
Octal3052100764201133255521
Binary110001010101000000111110100010010010111101010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182A40; }

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

 H1.HeaderClassName
 {
   color: #182A40;
 }
 .AnyTagClassName
 {
   color: #182A40;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #182A40;
 }
 .BgClassName
 {
   background-color: #182A40;
 }
</style>
border-color css

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

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

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