#18304E

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

Shades of Midnight #18304E

Tints of Midnight #18304E

Color information

#18304E (or 0x18304E) is unknown color: approx Midnight. HEX triplet: 18, 30 and 4E. RGB value is (24,48,78). Sum of RGB (Red+Green+Blue) = 24+48+78=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #18304E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18304E is #E7CFB1. Grayscale: #2C2C2C. Windows color (decimal): -15191986 or 5124120. OLE color: 5124120.

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

Color convert

RGB244878-
CMYK0.690.3800.69
HSL213.33º52.94%20%-
HSV(B)213.33º69.23%30.59%-
XYZ2.812.867.61-
YUV44.24147.05113.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 78 (30.86% from 255) = 52%
R=16%
G=32%
B=52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2448780.690.3800.69213.3352.9420
Hex18304E4526045d53514
Octal30601161054601053256524
Binary1100011000010011101000101100110010001011101010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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