#182A41

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

Shades of Midnight #182A41

Tints of Midnight #182A41

Color information

#182A41 (or 0x182A41) is unknown color: approx Midnight. HEX triplet: 18, 2A and 41. RGB value is (24,42,65). Sum of RGB (Red+Green+Blue) = 24+42+65=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #182A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A41 is #E7D5BE. Grayscale: #272727. Windows color (decimal): -15193535 or 4270616. OLE color: 4270616.

HSL color Cylindrical-coordinate representation of color #182A41: hue angle of 213.66º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #182A41 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB244265-
CMYK0.630.3500.75
HSL213.66º46.07%17.45%-
HSV(B)213.66º63.08%25.49%-
XYZ2.162.235.32-
YUV39.24142.54117.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 42 (16.80% from 255) = 32.06%
BLUE value IS 65 (25.78% from 255) = 49.62%
R=18.32%
G=32.06%
B=49.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2442650.630.3500.75213.6646.0717.45
Hex182A413F2304Bd62e11
Octal3052101774301133265621
Binary110001010101000001111111100011010010111101011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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