#182B48

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

Shades of Midnight #182B48

Tints of Midnight #182B48

Color information

#182B48 (or 0x182B48) is unknown color: approx Midnight. HEX triplet: 18, 2B and 48. RGB value is (24,43,72). Sum of RGB (Red+Green+Blue) = 24+43+72=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #182B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182B48 is #E7D4B7. Grayscale: #282828. Windows color (decimal): -15193272 or 4729624. OLE color: 4729624.

HSL color Cylindrical-coordinate representation of color #182B48: hue angle of 216.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #182B48 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB244372-
CMYK0.670.4000.72
HSL216.25º50%18.82%-
HSV(B)216.25º66.67%28.24%-
XYZ2.412.396.47-
YUV40.62145.71116.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 43 (17.19% from 255) = 30.94%
BLUE value IS 72 (28.52% from 255) = 51.80%
R=17.27%
G=30.94%
B=51.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2443720.670.4000.72216.255018.82
Hex182B484328048d83213
Octal30531101035001103306223
Binary1100010101110010001000011101000010010001101100011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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