#18216C

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

Shades of Midnight Blue #18216C

Tints of Midnight Blue #18216C

Color information

#18216C (or 0x18216C) is unknown color: approx Midnight Blue. HEX triplet: 18, 21 and 6C. RGB value is (24,33,108). Sum of RGB (Red+Green+Blue) = 24+33+108=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #18216C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18216C is #E7DE93. Grayscale: #262626. Windows color (decimal): -15195796 or 7086360. OLE color: 7086360.

HSL color Cylindrical-coordinate representation of color #18216C: hue angle of 233.57º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18216C is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2433108-
CMYK0.780.6900.58
HSL233.57º63.64%25.88%-
HSV(B)233.57º77.78%42.35%-
XYZ3.632.3614.45-
YUV38.86167.02117.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.55%
GREEN value IS 33 (13.28% from 255) = 20%
BLUE value IS 108 (42.58% from 255) = 65.45%
R=14.55%
G=20%
B=65.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24331080.780.6900.58233.5763.6425.88
Hex18216C4E4503Aea401a
Octal304115411610507235210032
Binary11000100001110110010011101000101011101011101010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18216C; }

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

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

<style>
 a { background-color: #18216C; }

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

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

<style>
 span { border-color: #18216C; }

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

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