#182F4C

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

Shades of Midnight #182F4C

Tints of Midnight #182F4C

Color information

#182F4C (or 0x182F4C) is unknown color: approx Midnight. HEX triplet: 18, 2F and 4C. RGB value is (24,47,76). Sum of RGB (Red+Green+Blue) = 24+47+76=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #182F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F4C is #E7D0B3. Grayscale: #2B2B2B. Windows color (decimal): -15192244 or 4992792. OLE color: 4992792.

HSL color Cylindrical-coordinate representation of color #182F4C: hue angle of 213.46º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #182F4C is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB244776-
CMYK0.680.3800.70
HSL213.46º52%19.61%-
HSV(B)213.46º68.42%29.8%-
XYZ2.72.757.23-
YUV43.43146.38114.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.33%
GREEN value IS 47 (18.75% from 255) = 31.97%
BLUE value IS 76 (30.08% from 255) = 51.70%
R=16.33%
G=31.97%
B=51.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2447760.680.3800.70213.465219.61
Hex182F4C4426046d53414
Octal30571141044601063256424
Binary1100010111110011001000100100110010001101101010111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,47,76); }

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

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

 a { background-color: rgb(24,47,76); }

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

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

 span { border-color: rgb(24,47,76); }

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