#18304F

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

Shades of Midnight #18304F

Tints of Midnight #18304F

Color information

#18304F (or 0x18304F) is unknown color: approx Midnight. HEX triplet: 18, 30 and 4F. RGB value is (24,48,79). Sum of RGB (Red+Green+Blue) = 24+48+79=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #18304F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18304F is #E7CFB0. Grayscale: #2C2C2C. Windows color (decimal): -15191985 or 5189656. OLE color: 5189656.

HSL color Cylindrical-coordinate representation of color #18304F: hue angle of 213.82º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18304F is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB244879-
CMYK0.700.3900.69
HSL213.82º53.4%20.2%-
HSV(B)213.82º69.62%30.98%-
XYZ2.842.877.8-
YUV44.36147.55113.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 79 (31.25% from 255) = 52.32%
R=15.89%
G=31.79%
B=52.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2448790.700.3900.69213.8253.420.2
Hex18304F4627045d63514
Octal30601171064701053266524
Binary1100011000010011111000110100111010001011101011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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