#18304B

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

Shades of Midnight #18304B

Tints of Midnight #18304B

Color information

#18304B (or 0x18304B) is unknown color: approx Midnight. HEX triplet: 18, 30 and 4B. RGB value is (24,48,75). Sum of RGB (Red+Green+Blue) = 24+48+75=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #18304B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18304B is #E7CFB4. Grayscale: #2B2B2B. Windows color (decimal): -15191989 or 4927512. OLE color: 4927512.

HSL color Cylindrical-coordinate representation of color #18304B: hue angle of 211.76º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18304B is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB244875-
CMYK0.680.3600.71
HSL211.76º51.52%19.41%-
HSV(B)211.76º68%29.41%-
XYZ2.72.827.06-
YUV43.9145.55113.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.33%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 75 (29.69% from 255) = 51.02%
R=16.33%
G=32.65%
B=51.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2448750.680.3600.71211.7651.5219.41
Hex18304B4424047d43413
Octal30601131044401073246423
Binary1100011000010010111000100100100010001111101010011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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