#182D46

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

Shades of Midnight #182D46

Tints of Midnight #182D46

Color information

#182D46 (or 0x182D46) is unknown color: approx Midnight. HEX triplet: 18, 2D and 46. RGB value is (24,45,70). Sum of RGB (Red+Green+Blue) = 24+45+70=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #182D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182D46 is #E7D2B9. Grayscale: #292929. Windows color (decimal): -15192762 or 4599064. OLE color: 4599064.

HSL color Cylindrical-coordinate representation of color #182D46: hue angle of 212.61º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #182D46 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB244570-
CMYK0.660.3600.73
HSL212.61º48.94%18.43%-
HSV(B)212.61º65.71%27.45%-
XYZ2.422.516.15-
YUV41.57144.04115.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 45 (17.97% from 255) = 32.37%
BLUE value IS 70 (27.73% from 255) = 50.36%
R=17.27%
G=32.37%
B=50.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2445700.660.3600.73212.6148.9418.43
Hex182D464224049d53112
Octal30551061024401113256122
Binary1100010110110001101000010100100010010011101010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,45,70); }

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

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

 a { background-color: rgb(24,45,70); }

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

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

 span { border-color: rgb(24,45,70); }

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