#18206C

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

Shades of Midnight Blue #18206C

Tints of Midnight Blue #18206C

Color information

#18206C (or 0x18206C) is unknown color: approx Midnight Blue. HEX triplet: 18, 20 and 6C. RGB value is (24,32,108). Sum of RGB (Red+Green+Blue) = 24+32+108=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #18206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18206C is #E7DF93. Grayscale: #252525. Windows color (decimal): -15196052 or 7086104. OLE color: 7086104.

HSL color Cylindrical-coordinate representation of color #18206C: hue angle of 234.29º 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 #18206C is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2432108-
CMYK0.780.7000.58
HSL234.29º63.64%25.88%-
HSV(B)234.29º77.78%42.35%-
XYZ3.62.3114.44-
YUV38.27167.35117.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.63%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 108 (42.58% from 255) = 65.85%
R=14.63%
G=19.51%
B=65.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24321080.780.7000.58234.2963.6425.88
Hex18206C4E4603Aea401a
Octal304015411610607235210032
Binary11000100000110110010011101000110011101011101010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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