#18186c

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

Shades of Midnight Blue #18186C

Tints of Midnight Blue #18186C

Color information

#18186C (or 0x18186C) is unknown color: approx Midnight Blue. HEX triplet: 18, 18 and 6C. RGB value is (24,24,108). Sum of RGB (Red+Green+Blue) = 24+24+108=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #18186C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18186C is #E7E793. Grayscale: #212121. Windows color (decimal): -15198100 or 7084056. OLE color: 7084056.

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

Color convert

RGB2424108-
CMYK0.780.7800.58
HSL240º63.64%25.88%-
HSV(B)240º77.78%42.35%-
XYZ3.411.9314.38-
YUV33.58170121.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.38%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 108 (42.58% from 255) = 69.23%
R=15.38%
G=15.38%
B=69.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24241080.780.7800.5824063.6425.88
Hex18186C4E4E03Af0401a
Octal303015411611607236010032
Binary1100011000110110010011101001110011101011110000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18186c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18186c; }

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

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

<style>
 a { background-color: #18186c; }

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

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

<style>
 span { border-color: #18186c; }

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

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