#18304D

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

Shades of Midnight #18304D

Tints of Midnight #18304D

Color information

#18304D (or 0x18304D) is unknown color: approx Midnight. HEX triplet: 18, 30 and 4D. RGB value is (24,48,77). Sum of RGB (Red+Green+Blue) = 24+48+77=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #18304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18304D is #E7CFB2. Grayscale: #2B2B2B. Windows color (decimal): -15191987 or 5058584. OLE color: 5058584.

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

Color convert

RGB244877-
CMYK0.690.3800.70
HSL212.83º52.48%19.8%-
HSV(B)212.83º68.83%30.2%-
XYZ2.772.847.42-
YUV44.13146.55113.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.11%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 77 (30.47% from 255) = 51.68%
R=16.11%
G=32.21%
B=51.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2448770.690.3800.70212.8352.4819.8
Hex18304D4526046d53414
Octal30601151054601063256424
Binary1100011000010011011000101100110010001101101010111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18304D; }

 p { color: rgb(24,48,77); }

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

<style>
 a { background-color: #18304D; }

 a { background-color: rgb(24,48,77); }

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

<style>
 span { border-color: #18304D; }

 span { border-color: rgb(24,48,77); }

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