#182B40

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

Shades of Midnight #182B40

Tints of Midnight #182B40

Color information

#182B40 (or 0x182B40) is unknown color: approx Midnight. HEX triplet: 18, 2B and 40. RGB value is (24,43,64). Sum of RGB (Red+Green+Blue) = 24+43+64=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #182B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182B40 is #E7D4BF. Grayscale: #272727. Windows color (decimal): -15193280 or 4205336. OLE color: 4205336.

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

Color convert

RGB244364-
CMYK0.620.3300.75
HSL211.5º45.45%17.25%-
HSV(B)211.5º62.5%25.1%-
XYZ2.172.295.18-
YUV39.71141.71116.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 43 (17.19% from 255) = 32.82%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=18.32%
G=32.82%
B=48.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2443640.620.3300.75211.545.4517.25
Hex182B403E2104Bd42d11
Octal3053100764101133245521
Binary110001010111000000111110100001010010111101010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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