#18215D

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

Shades of Midnight Blue #18215D

Tints of Midnight Blue #18215D

Color information

#18215D (or 0x18215D) is unknown color: approx Midnight Blue. HEX triplet: 18, 21 and 5D. RGB value is (24,33,93). Sum of RGB (Red+Green+Blue) = 24+33+93=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #18215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18215D is #E7DEA2. Grayscale: #242424. Windows color (decimal): -15195811 or 6103320. OLE color: 6103320.

HSL color Cylindrical-coordinate representation of color #18215D: hue angle of 232.17º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18215D is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB243393-
CMYK0.740.6500.64
HSL232.17º58.97%22.94%-
HSV(B)232.17º74.19%36.47%-
XYZ2.92.0710.6-
YUV37.15159.52118.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16%
GREEN value IS 33 (13.28% from 255) = 22%
BLUE value IS 93 (36.72% from 255) = 62%
R=16%
G=22%
B=62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2433930.740.6500.64232.1758.9722.94
Hex18215D4A41040e83b17
Octal304113511210101003507327
Binary11000100001101110110010101000001010000001110100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,33,93); }

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

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

 a { background-color: rgb(24,33,93); }

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

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

 span { border-color: rgb(24,33,93); }

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